Hi,
I want to save video frame on DM6437 after capturing in bitmap format.
How can I save video frame to computer like image.bmp?
Could you give me code example?
Best Regards..
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.
Hi,
I want to save video frame on DM6437 after capturing in bitmap format.
How can I save video frame to computer like image.bmp?
Could you give me code example?
Best Regards..
In your application, once you deque captured buffers, you can write contents of buffer(which is nothing but frame) into a file on disk using fwrite.