|
From: spindles s. <spi...@gm...> - 2023-07-13 20:42:09
|
Have got a Raspberry Pi with the RPi Camera V.2 which I have just installed RaspberryPi OS Bullseye from an image. Trying to use the built-in libcamera-vid command to stream the video to another machine (running Debian Bookworm and Motion 4.5.1). I can view the stream using VLC on my Windows machine with the string: tcp/h264://192.168.2.254:3000 where 192.168.2.254 is the IP address of the Raspberry Pi and 3000 is the port specified in the libcamera-vid command which is: libcamera-vid -t 0 --inline --listen -o tcp://0.0.0.0:3000 Have tried various netcam_url settings, but none of the will work. Anybody any clues as to what the correct settings in motion.conf could be to allow the stream to be captured coirrectly? Thanks, spindles7 |