Page 1 of 1

Any example how to use the camera CAM500A with Debian?

Posted: Mon May 09, 2016 4:45 pm
by Dieter
Hi,
the Android image works fine with the camera, but for Debian the wiki does not provide any usefull info (yet, I can add it after it works). Wiki only talks about a USB camera.

In dmesg I see the probe for the the ov5640 driver gets called and there are many /dev/videoX (X= 4..10), also quite some V4L2 subdevices.
None of the videoX looks like the camera though. I tried many camera apps and all videoX devices. None works.

(I could check how Android does it if only the adb would work - see my other post).

Re: Any example how to use the camera CAM500A with Debian?

Posted: Tue May 10, 2016 10:30 am
by FATechsupport
Unfortunately we haven't tested the driver under Debian for CAM500A. We already compiled the CAM500A driver into our latest Debian kernel but haven't had time to do enough tests.

Re: Any example how to use the camera CAM500A with Debian?

Posted: Tue May 10, 2016 10:46 am
by Dieter
Thanks,
I am working on a solution right now.
With the tool mediactl I created a png file with graphics. (attached)

The /dev/video4 should be the right one (and /dev/v4l-subdev2). But they wont work until mediactl does actually connect them.

After created the medictl script I will post it here (or better to wiki?).

Re: Any example how to use the camera CAM500A with Debian?

Posted: Fri Jul 15, 2016 11:39 am
by jon43
FATechsupport wrote:
Unfortunately we haven't tested the driver under Debian for CAM500A. We already compiled the CAM500A driver into our latest Debian kernel but haven't had time to do enough tests.


Hi,

did you have time to do the tests ?

Re: Any example how to use the camera CAM500A with Debian?

Posted: Wed Aug 10, 2016 11:10 am
by jjm
jon43 wrote:
FATechsupport wrote:
Unfortunately we haven't tested the driver under Debian for CAM500A. We already compiled the CAM500A driver into our latest Debian kernel but haven't had time to do enough tests.


Hi,

did you have time to do the tests ?


Hello,
FriendlyARM team are working hard to support CAM500A with Debian, you can wait some times ,and they will update Debian ROM as soon as they support it .

thanks

Re: Any example how to use the camera CAM500A with Debian?

Posted: Wed Jun 21, 2017 3:03 am
by jackietang
Hi Dieter,

Would you please teach me how to create /dev/video0 or other index that works with gstreamer, ffmpeg, cvlc, etc. I've studied for a long time but still can't figure it out.

Thanks a lot.