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 .