Hello, haw i can use Analogue Camera Module ver.2.0A with my Apalis IMX6 Evaluation Board rev 1.1?
maybe i can download additional driver or patch for supporting this function in kernel. I use toradex BSP 2.5 beta 3 (latest on website):
root@apalis-imx6:~# cat /proc/version
Linux version 3.14.28-V2.5b3+g0632def (homer@ubuntu) (gcc version 4.9.3 20150311 (prerelease) (Linaro GCC 4.9-2015.03) )
root@apalis-imx6:~# dmesg | grep adv
[ 8.662801] adv7180 3-0021: no sensor pwdn pin available
the error is:
root@apalis-imx6:~# gst-launch tvsrc ! imxv4l2sink
MFW_GST_tvsrc_PLUGIN 4.0.3 build on Feb 10 2016 18:37:30.
[ 94.719686] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
[ 94.725627] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
[ 94.731493] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
[ 94.741426] ERROR: v4l2 capture: slave not found! V4L2_CID_HUE
Setting pipeline to PAUSED …
ERROR: Pipeline doesn’t want to pause.
Setting pipeline to NULL …
Total rendered:0
Freeing pipeline …
NOTE: The jumper configuration (x56, x58) documented in the “analogue_camera_module_datasheet.pdf” are no longer needed and leave all the jumpers for x57 in place.
Hi,
Thank you very much for your solution.
Applying this lead me a good step towards a functioning ADV7280 driver.
The only problem that still remains in my case is that gstreamer still says it cannot pause the pipeline and quits.
root@apalis-imx6:~# gst-launch-1.0 imxv4l2src ! imxv4l2sink
====== IMXV4L2SRC: 4.0.8 build on Apr 28 2016 12:15:26. ======
====== IMXV4L2SINK: 4.0.8 build on Apr 28 2016 12:15:26. ======
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...
The ADV seems to work correct, as i get the “not synced” status when no camera is there and the “synced” status when it is connected. Can you maybe give me a hint why gstreamer thinks that its stream wasn’t paused? Or where i could have a look at to fix this issue?
ADV driver output generated by the gstreamer call (camera attached and synced because status is 0x4F):