Re: [Live-devel] DeviceSource and OpenCV

2012-01-18 Thread Ross Finlayson
> 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

Re: [Live-devel] DeviceSource and OpenCV

2012-01-18 Thread Фазлеев Максим
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

Re: [Live-devel] DeviceSource and OpenCV

2012-01-15 Thread Ross Finlayson
> 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

[Live-devel] DeviceSource and OpenCV

2012-01-14 Thread Фазлеев Максим
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.