nadjieb / cpp-mjpeg-streamer

C++ MJPEG over HTTP Library
MIT License
135 stars 39 forks source link

Video Flickering issue with usb 3.0 video capture card #37

Open gauravp446 opened 1 year ago

gauravp446 commented 1 year ago

I am having video flickering issue in new device(usb 2.0 video capture card) which is connected alternative for frame grabber(epiphan av.io.4k frame grabber). Also, we observed that the issue appears in linux(for virtual display) and with windows(streaming with webcam application) working fine. Also we are using opencv2/opencv.hpp and cpp-mjpeg-streamer in linux for streaming.

kamalnadjieb commented 1 year ago

Hi, sorry for the late reply.

I don't really understand the streaming system that you have. Maybe you can explain a bit more about your streaming system so that I can understand what parts of this library that contributed to your problem.

Also, this library only responsible to stream image via HTTP and didn't include frame retrieval from device or other source.

Thank you