Hi Arnold,
My sensor got detected. But, I have to luck running the yavta.
yavta /dev/video0 -c4 -n1 -s2592x1944 -fSGRBG10 -Fov5650-2592x194
Device /dev/video0 opened.
Device `OMAP4 ISS CSI2a output' on `media' is a video capture device.
Video format set: SGRBG10 (30314142) 2592x1944 (stride 5184) buffer
size 10077696
Video format: SGRBG10 (30314142) 2592x1944 (stride 5184) buffer size 10077696
1 buffers requested.
length: 10077696 offset: 0
Buffer 0 mapped at address 0xb64f1000.
Unable to start streaming: Invalid argument (22).
1 buffers released.
Regards,
john
On Mon, Sep 24, 2012 at 7:30 AM, <
ahafne...@gmail.com> wrote:
> Hi john
>
> I could not fix the problem until know but I found an interesting site
>
http://www.fungeekstuff.com/2012/09/how-to-use-the-ov5650-camera-board-on-the-pandaboard-omap4460/
>
> If you like to cross compile, just use
>
> export ARCH=arm ; export CROSS_COMPILE=arm-linux-gnueabihf-
> fakeroot debian/rules clean
> fakeroot debian/rules editconfigs
> do_tools=false skipabi=true skipmodule=true dpkg-buildpackage -B -aarmhf -uc
> -us
>
> and install the following .deb on the pandaboard
>
> sudo dpkg -i linux-headers-3.4.0-1485_3.4.0-1485.7_armhf.deb
> sudo dpkg -i linux-headers-3.4.0-1485-omap4_3.4.0-1485.7_armhf.deb
> sudo dpkg -i linux-image-3.4.0-1485-omap4_3.4.0-1485.7_armhf.deb
>
> The solution should work for the ov5650 and omap4460 but I have still the
> same problem.
> Maybe you can try if it is working for you and let me know.
>
> Can you please check your dmesg I get always the following message
> [ 1.916900] ov5650_reg_read(0x300a) = 0x56
> [ 1.917480] ov5650_reg_read(0x300b) = 0x51
> [ 1.917480] ov5650 3-0036: Detected a OV5651 chip, revision 1B/1C
>
> But there is no ov5651 available maybe my camera module is defect or there
> is an issue with the i2c.
> My module is labeled with OV5650MRBL-A64T R1.0
>
> BR
> Arnold