Please can you answer truthfully to those question:
- Where can i find the documentations of all the functions, headers and procedures used in the examples files (like the v4l2-devfb-loop) for the dm355 dvevm?
- How can i use a debugger to write a program of my own? I tried to use Eclipse (with gcc compiler and standard options except for the libraries that i include), but when i run the program "v4l2-devfb-loop.c" (compilation run successifully) i get the error:
VIDIOC_S_FMT error 22, Invalid argument
if the webcam is free and
VIDIOC_S_FMT error 16, Device or resource busy
when the webcam is working for another program (like cheese if you know it).
Do you believe it's possible or i'm waisting my time?
Thanks