Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
21–30 of 86 posts
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#22Is it possible to make an IP camera appear on the other end as /dev/videoX with near zero latency? Even with LAN ping times of 200ms of latency with IP cameras, sometimes as much as 1000ms, and can't figure out a good solution.
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#23I've been trying to get this working lately and nothing works "well". Motion is popular, but is limited to mjpeg rather than h.264. uv4l is closed source and not up to date with current OS versions. None of the various cvlc incantations to do better actually seem to work on my pi zero w, etc.
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#24IP cameras need their Linksys moment. The hardware has advanced immensely but the software is terrible.
I highly reccomend Motion, check it out if you haven't. I've ripped out and replaced subpar proprietary vendor crap with it. (keep the cameras depending on model, ditch the included DVR systems) [1] https://motion-project.github.io/
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#25IP cameras need their Linksys moment. The hardware has advanced immensely but the software is terrible.
I highly reccomend Motion, check it out if you haven't. I've ripped out and replaced subpar proprietary vendor crap with it. (keep the cameras depending on model, ditch the included DVR systems) [1] https://motion-project.github.io/
What we need is some alternative firmware just like OpenWRT, but aimed at IP cameras. That would be a real challenge, therefore it is probably better to build the IP camera from ground up with security and trust in mind. The PineCube from Pine64 seems a really good step in this direction. Just like their PinePhone, being so hard to liberate an existing phone, it's actually easier to design and produce from scratch one that is really free and open and therefore trustworthy.
Some interesting options also from Friendlyarm to make small Linux driven embedded boards with cameras. https://www.friendlyarm.com/index.php?route=product/product&...
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#26It amazes me, really, that for as popular as this use case seems to be there isn't a simple, well-packaged way to stream a camera off a pi. I've been trying to get this working lately and nothing works "well". Motion is popular, but is limited to mjpeg rather than h.264. uv4l is closed source and not up to date with current OS versions. None of the various cvlc incantations to do better actually seem to work on my pi…
https://hochgatterer.me/hkcam/
I agree on the comment for rtsp though. Most solutions have multiple seconds of latency which is a bit suboptional.
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#27I've been using https://elinux.org/RPi-Cam-Web-Interface . It has an interesting motion detection and record function.
It does have a lot more functionality, but it doesn't support USB cameras. It only works with the Raspberry PI camera.
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#28It amazes me, really, that for as popular as this use case seems to be there isn't a simple, well-packaged way to stream a camera off a pi. I've been trying to get this working lately and nothing works "well". Motion is popular, but is limited to mjpeg rather than h.264. uv4l is closed source and not up to date with current OS versions. None of the various cvlc incantations to do better actually seem to work on my pi…
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#29It amazes me, really, that for as popular as this use case seems to be there isn't a simple, well-packaged way to stream a camera off a pi. I've been trying to get this working lately and nothing works "well". Motion is popular, but is limited to mjpeg rather than h.264. uv4l is closed source and not up to date with current OS versions. None of the various cvlc incantations to do better actually seem to work on my pi…
Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W
#30RPI-based camera is great to learn stuff, but to make a product-like devices, there are too many to choose on the market already, cheap and easy and most likely more robust.
Isn't ip-camera a solved problem?