I am using Emgu.CV library for object detection and
worrying if it is possible to save my .bmp image as a frame to .AVI with this library.
I found VideoWriter class but pls give some examples or links.
I appreciate any ideas and give marks^^
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Have you tried putting it all together? Here’s my take on the VideoWriter:
I’m not sure about the WriteFrame() method yet. Check out the link to it.