On 3/23/20 5:22 AM, Ianseeks wrote:
HI
I'm at a loss how to configure this - i'm sure there used to be a webcam option in system settings or yast - can't find it any more.
Using "IP Webcam" on the phone and it gives a IP address and port but where do you configure it on TW? I've tried webcamoid (takes desktop image and redisplays it recursively in its window) and wxcam (uses /dev/video0).
if there a simple way to configure a wifi device as a webcam. Couldn't find anything relevant with a search. Sure i'm having a senior moment here
regards
Ian
well "webcam" and "ip webcam" are likely two different things. wxcam is made for connecting to a webcam (uses devices connected with video4linux 1 or 2 via usb). I haven't checked into camoid. An "ip webcam" probably means the android device has an rtsp server running and is publishing a stream on the ip and port it gave you. You will want to capture that stream to watch it. I use the terminal and bash scripts for my ip cams. You can try a command like this: ffplay 'rtsp://username:password@192.168.1.5:554' -analyzeduration 0.1 -x 960 -y 520 -window_title front_cam -- To unsubscribe, e-mail: opensuse-support+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-support+owner@opensuse.org