简体   繁体   中英

Emgu cv showing webcam stream as flipped image

I implemented a simple application to get video steam form a normal web camera , and show on a windows application using CAPTURE class.

The application works and i can see the video on the image box , but the frames in the video is flipped (my left side is shown in right side).

I tried with multiple cameras and the same problem remains.When i connect the same camera in other application such as skype, there is no flip problem.

Is it a normal behaviour in capture class? How can solve this problem?

I followed this tutorial

Thanks in advance

You can use the Flip() method. Just ensure that the frame is not corrupted or null before calling it!

http://www.emgu.com/wiki/files/2.0.0.0/html/304d1f22-93fd-d920-1f4a-285c14594050.htm

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM