-
-
Notifications
You must be signed in to change notification settings - Fork 260
Description
I connected two UVC cameras to the Raspberry Pi and started ustreamer with different ports.
However, when I use two of the same camera at the same time, the problem is that the streaming of the camera started earlier is normal, but the streaming of the camera started later is awkward / not streamed.
For example, suppose I have two same cameras, one with camera A and one with camera B.
I stream normally when I first run camera A on port 8080, but then when I run camera B on port 8081 the streaming is awkward.
I stream normally when I first run camera B on port 8081, but then when I run camera A on port 8080 the streaming is awkward.
- Awkward in Firefox, streaming is not displayed in Chrome.
I checked with iptraf.
Then, the amount of packets transferred by the camera started earlier is large, and the amount transferred by the camera started later is abnormally small, so it is thought that this imbalance in streaming data transfer is the cause.
- The imbalance in packet transfer volume is the same for Firefox and Chrome.
So far, I have confirmed the following contents.
- With another camera other than the above camera, the second camera will not be awkward.
- With two cameras other than the above cameras, the packet transfer amount of the two cameras is well-balanced, and the streaming of the camera that is started later does not become awkward.
The cameras that are having problems are:
https://www.watec.co.jp/English/e_USB.html
MODEL: WAT-01U2
In addition, the image sensor chip used internally by this camera is as follows.
https://www.nisshinbo-microdevices.co.jp/ja/products/usb-camera-controller/
USB2.0 Camera Controller LSI R5U8710
If you have any ideas for a solution, please suggest.