bigfug / Fugio

An open visual programming system designed for fast development and long-term preservation of digital art and creative exploration
http://www.bigfug.com/software/fugio/
GNU Lesser General Public License v3.0
151 stars 22 forks source link

No output in OpenCV and Video Capture. #18

Closed rompea closed 7 years ago

rompea commented 7 years ago

Hi Alex. I was testing these new additions of Fugio and none of them gives me a way out. The Video Capture module recognizes my webcam (GeniusFaceCam 315), but does not turn it on. Also, when I loaded these examples and then quit the program, I get a message "Fugio.exe stopped working". I appreciate your guidance.

Robinson

bigfug commented 7 years ago

What video formats are listed in the Video Capture node?

rompea commented 7 years ago

640x480 @ 30 fps (MJPEG) is the one I had taken by default. I just tried YUYV422 and now it works. Thank you for the (indirect) guidance.