This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

leapordboard dm355 design custom video capture library

i want to design custom video capture user library for DM355 leapordboard. for the following function

 

 

1) GrabIamge : grabs single image in user defined buffer

2) GrabMultiple images : grabs multiple image in ring buffer

3) wait for grab complete  : waits till the new image is availalbe in buffer

4) flash out puts /triggers : software trigger and hardware trigger

They have V4L drier for VGA sensor . so how can i design custom library using V4l or i have to use PSP or DVSDK

please guide me for this development . I want to design simple frame grabber library for using it as machine vision camera .

 

  • The beautiful thing about Linux is that it is open source; you have the source code for the Linux drivers and application source code included in DVSDK.  You can use what you wish and not use things you do not like.  Therefore, you can certainly write your library on top of V4L2.