I try to record a video with my USB Webcam in a QT GUI Application on my Raspberry Pi. All tutoriuals I can find focus on cross-compiling. I want to program and build this directly on the Pi. I've succesfully installed QT Creator and build GUI Applications, they're working.
Questions:
- Is it possible to implement OpenCV into the RaspberryPi QT Creator? If yes, how?
- Is this the correct approach to solve the problem?
- Is there a better way to record videos with a QT GUI Application beside Open CV?
Thank you very much!