-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello
I got a bananaPI M2 Zero and got the recommended camera module.
Trying to follow this manual, downloaded the image, it is working.
when trying to init the camera i get this:
pi@banana:$ sudo media-ctl --device /dev/media1 --set-v4l2 '"ov5640 2-003c":0[fmt:YUYV8_2X8/1280x720]'$ sudo media-ctl --device /dev/media1 --set-v4l2 '"ov5640 2-003c":0[fmt:YUYV8_2X8/640x480]'
Failed to enumerate /dev/media1 (-2)
pi@banana:
Failed to enumerate /dev/media1 (-2)
pi@banana:~$
I activated all io of the board (i2c etc') no help.
From DMESG:
pi@banana:$ dmesg | grep capture -a3 -n5$
109-[ 1.192517] libata version 3.00 loaded.
110-[ 1.192815] usbcore: registered new interface driver usbfs
111-[ 1.192863] usbcore: registered new interface driver hub
112-[ 1.192910] usbcore: registered new device driver usb
113-[ 1.193053] mc: Linux media interface: v0.10
114:[ 1.193087] videodev: Linux video capture interface: v2.00
115-[ 1.193217] pps_core: LinuxPPS API ver. 1 registered
116-[ 1.193225] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti giometti@linux.it
117-[ 1.193245] PTP clock support registered
118-[ 1.193965] Advanced Linux Sound Architecture Driver Initialized.
119-[ 1.194992] NetLabel: Initializing
pi@banana:
so, would like help in getting it to work.
Guy