Open exist16 opened 5 years ago
Possible solution: https://github.com/introlab/find-object/issues/32
Thanks matlabbe, it worked. one more question: How could we detect if the stream freeze? because it continues to show the last active frame, although there is no active connection.
We use cv::VideoCapture class from OpenCV, the image query is there: https://github.com/introlab/find-object/blob/ef0c565b7e3b3a3e78ae5424a7536cf3dd3e9101/src/Camera.cpp#L126
There are couple solutions in this post: https://stackoverflow.com/questions/30032063/opencv-videocapture-lag-due-to-the-capture-buffer
thank you.. I have resolved the issue
Question: is there a way to use M-JPEG streamer installed in raspberry pi as the camera source. I think, using the actual tcp/ip settings is not possible to transfer the video from raspberry. P.S.: the application is running on a pc .