Live data from Hacker News

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

github.com

11–20 of 86 posts

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

#11

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.

Are you sure? The image in the linked article shows a Pi zero with the Pi camera case (not USB).

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

#12
post #11

Earlier quoted context omitted.

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

Are you sure? The image in the linked article shows a Pi zero with the Pi camera case (not USB).

Sorry, my fault. You are correct.

I implemented a similar solution (with http-based streaming), but using Motion with an old USB camera. I assumed this solution would also use an USB camera.

I still prefer the Motion solution. Streaming through http opens a lot more possibilities.

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

#13

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.

Yeah, I have experienced it too.

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

#18
I have used this https://github.com/jacksonliam/mjpg-streamer for a number of years to great success.

However a word of warning:

Wifi streaming video can really degrade your wifi for other devices. especially if the streaming device is at the edge of the range of the wifi.

Ethernet streaming is really the way forward.

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

#19
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?

I haven't looked at the project yet, but... your comment precludes the possibility of your computer having a wired ethernet connection to the internet.

Then the camera could be placed anywhere as long as it can get power, and your computer could connect to both the camera and the internet.

But, I don't understand why the project would really benefit from the Pi Zero hosting a wifi hotspot... it seems like it would be better for it to just join an existing wifi network.

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

#20
post #16

Is 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.

I have to imagine that's mostly due to encoding, right? I wonder what the cheapest format to get a hw encoder for is.
Post reply on HN