I want to display Camera input video frames in my Qt5 program widget.
I use Toradex Analogue Camera Adapter (ACA) to connect Camera to Ixora V1.0A board and I can display the video input frames with gstreamer piplines.
Now, How can I access /dev/video0 in my Qt program and display frames in my widget?
I tested the qt QCamera example but this example display an error.
Is there any driver for this?
Someone has an idea that I can get started the project?
This is my Linux dmseg log
I want to program a software in Qt to display Live Camera video input frames.
How can access input video frames in my program?
I found this example but in my demo image there is not OpenCV package. I need sth like VideoCapture class that used in this example.