Live data from Hacker News

Piipcam – 1080P IP Camera on a Raspberry Pi Zero W

github.com

1–10 of 86 posts

Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W

#2
It's a neat project, but doesn't having to connect my computer to the zero's wifi-hotspot mean I can't actually use my own network since I would not be routing my connection through a zero. That would then make this kind of device kind of useless unless I have a dedicated device to watch the stream from? Or am I missing something?

Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W

#5
post #3

IP 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

#8

I'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

#9
post #2

It's a neat project, but doesn't having to connect my computer to the zero's wifi-hotspot mean I can't actually use my own network since I would not be routing my connection through a zero. That would then make this kind of device kind of useless unless I have a dedicated device to watch the stream from? Or am I missing something?

This is the biggest issue I have, too.

Motion[1] has a lot less resolution and it's video is not good. But, at least, I can access the video stream through http. That makes an huge difference when implementing a solution. For non-tech users you can just stick the camera's streaming webpage to a phone home screen and give instant access to the video stream.

[1] https://motion-project.github.io/

Re: Piipcam – 1080P IP Camera on a Raspberry Pi Zero W

#10

I believe you can do almost the same by just running a vlc command in the pi[1]. A complete disk image might be a bit overkill. [1] https://raspberrypi.stackexchange.com/questions/23182/how-to...

You can, but that solution uses a Raspberry Pi camera, not an USB one. They have completely different hardware interfaces.
Post reply on HN