voxl-streamer client repetitive connect/disconnect
-
For some reason now it is still struggling to find any device. I tried both cameras
-
I know that it is there as ffmpeg picks up on it
-
@wilkinsaf Unfortunately, it's hard to debug this without actually having the camera in my test setup. I've never seen a camera stop being detected like that. I did order the cameras but won't have them in my possession until the 9th of January.
-
@Eric-Katzfey My apologies. I thought I sent a response to this.
Totally get it. Debugging over a message board is really hard. I believe my associate is getting some of the cameras to your offices sooner than the 9th.
I have been continuing to try different things on our end.
-
@wilkinsaf I have both of the cameras now. I have updated libuvc to version 1.0.3 (http://voxl-packages.modalai.com/dev/) and voxl-uvc-server to version 0.0.6 (http://voxl-packages.modalai.com/dev/). The voxl-uvc-server update isn't really necessary but I cleaned up a little bit of the debug logic. There was a check that was failing in libuvc for the Blue Robotics camera (USB 32e4:9422, "H264 USB Camera") so I removed that check and then it started working. So far it has been reliable. The other camera (USB 337b:090c, "HBVCAM 5M-AF") was coming up without these changes. However, it isn't reliable. Sometimes uvc_open will fail, other times it will pass. If it passes then sometimes it will successfully start streaming and other times it will think it was successful but gets no frames. Not sure why it is having these issues so need to debug more.
-
@Eric-Katzfey Awesome!
Thank you Eric. Will try that out and report back
-
@wilkinsaf A new version of voxl-uvc-server was just posted here: http://voxl-packages.modalai.com/dev/. Documentation has been updated accordingly: https://docs.modalai.com/voxl-uvc-server/. Seems to be working pretty well with your cameras but one of them will fail occasionally. The program will fail and you can try again when that happens. Still not sure why it isn't reliable on all cameras.
-
@Eric-Katzfey Nice! Thank you for putting the time in to get that for us.
-
@Eric-Katzfey the uvc-server appears to be working. however, the voxl-streamer does not seem to be able to connect to the pipe. is there a different voxl-streamer command than what was mentioned above?
voxl-streamer -f /usr/share/modalai/voxl-streamer/voxl-streamer.conf -c uvc-server
-
-
@wilkinsaf Yes, there is a newer version of voxl-streamer available that has some new configurations defined. See documenation here: https://docs.modalai.com/voxl-streamer/#streaming-uvc-cameras-from-voxl-uvc-server
-
@Eric-Katzfey I am not seeing the uvc-generic in my /etc/modalai/voxl-streamer.conf file after my install of voxl-streamer_0.2.7_202111272338.ipk
Is there a repo online of these .conf files?
I found the voxl-streamer.conf file in the gitlab repo, however I do not see the uvc-generic tag in any of the branches I looked through
-
@wilkinsaf Sorry, forgot to deploy the latest one. It is there now.
-
@Eric-Katzfey Got it working about 50% of the time. It seems like most of the time it is just the uvc server trying to connect. I am going to see if I can create a service file around it. Maybe restarting on fail will get it to work with a bit of delay in between.
A bandaid for the issue, but at least it will work