Closed profff closed 3 years ago
Thank you for the bug report! I believe the issue might be with the way linux now handles V4L2 devices as described here: https://unix.stackexchange.com/questions/512759/multiple-dev-video-for-one-physical-device
This is why there are so many extra devices. I am working on a rewrite of APStreamline which will remove the spurious camera devices, but for the time being, you will need to use cam7 as you mentioned. Let me know if there are other issues!
I'm so confused !! I've made a mistake I have to chose /dev/video1 (and not 2) and it's working perfectly all my apologies for my mistake
i'm taking the opportunity to speak to you to ask if I can find a way force ( via config file or command line) a chosed resolution on selected device because I don't want to have to launch APWeb for changing it manually and "auto" is to low by default thank's again
thank's a lot !! I will do that !! as you look familiar with GStreamer and it's C API would you be ok to talk a bit together I'm actually trying to modify QGroundControl to split stream for sending it back in multicast udp if yes I can leave you my email or a zoom contact thank's again
Sure, let me know if you need any help with GStreamer! I would be happy to take a look, though I also suggest you get in touch with the folks on #gstreamer on FreeNode irc (http://irc.lc/freenode/gstreamer). They were super helpful when I was developing APStreamline :-)
before anything else I must say it's a great tool and it working perfectly with CSI2 raspi cam so big thank's for this fantastic tool I'm trying to use it for also streaming a second camera connected via USBI'm on a R-pi 4 with standard buster distribution lsusb saying :
dmesg says :
APStreamline launch looks like :
if I try to access /dev/video0 trought rtsp://192.168.9.114:8554/cam7 it works perfectly but if I try to access : rtsp://192.168.9.114:8554/cam9 heres what I get :