Hello,
at the moment I am writing a driver for DM355 for a specific capture sensor. I only implemented the ioctls which I need and now I am able to load the driver module. Then I wrote a little application to read data from the sensor and write it to a file. For that I oriented at the ipipe examples. The driver is initialized and streamon is done. Then I call CaptureFrame in an infinite loop and get the pointer to capbuf_phyaddr. This works and now I want to read the image data. This is my problem. Could someone give me any hints how I could do this? I attached my code and commented the area where I want to read data.
Thank you very much for help!
Martin