> In my case the device appears as VideoCapture from OpenCV. VideoCapture
> throught the function read() returns a frame in BGR format. Then the frame is
> encoded using libx264. How do I use signalNewFrameData()
> in my case? Getting frames should be in a separate thread?
Yes, if you are usin
In my case the device appears as VideoCapture from OpenCV. VideoCapture throught the function read() returns a frame in BGR format. Then the frame is encoded using libx264. How do I use signalNewFrameData() in my case? Getting frames should be in a separate thread? How, the transfer data from my d
> I am creating an application using OpenCV. There is a need to use the video
> stream. I created a class based on DeviceSource.Based on the debug output
> cycle frame reception from the camera will not start. If i need to use event
> triggers, I do not understand how to do it.
You need to arra
I am creating an application using OpenCV. There is a need to use the video
stream. I created a class based on DeviceSource.Based on the debug output cycle
frame reception from the camera will not start. If i need to use event
triggers, I do not understand how to do it.
Source code is attached.