Raspberry PI cam setup (local, on board with the zoneminder install)

Post here to ask any questions about hardware suitability, configuration in ZoneMinder, or experiences. If you just want to know if something works with ZoneMinder or not, please check the Hardware Compatibility sections in the forum, and the Wiki first. Also search this topic as well.
Post Reply
User avatar
mlw19mlw91
Posts: 14
Joined: Mon Aug 17, 2020 6:49 pm

Raspberry PI cam setup (local, on board with the zoneminder install)

Post by mlw19mlw91 »

Hey guys, I have zone minder on a raspberry pi 4b with the rpi cam and I can not figure out how to access it. I've tried a few things but nothing works. Please help! What's the path? What's the caputre mentod? Is it local, as far as the source type goes?

I promise I'll put this in the WIKI after :)
User avatar
burger
Posts: 390
Joined: Mon May 11, 2020 4:32 pm

Re: Raspberry PI cam setup (local, on board with the zoneminder install)

Post by burger »

General RPI info is covered in wiki.zoneminder.com/Single_Board_Computers

For the camera, there are numerous guides online that cover setup. Did you search?

https://raspberrypi.stackexchange.com/q ... tion#26386

I recommend you test in ffmpeg or vlc first (probably ffmpeg, since you shouldn't have X on the RPI). e.g.

Code: Select all

ffmpeg -i /dev/video0  output.mp4
If it's /dev/video0 it would be local. You will need to know the resolution (ffmpeg will tell you this).
fastest way to test streams:
ffmpeg -i rtsp://<user>:<pass>@<ipaddress>:554/path ./output.mp4 (if terminal only)
ffplay rtsp://<user>:<pass>@<ipaddress>:554/path (gui)
find paths on ispydb or in zm hcl

If you are new to security software, read:
https://wiki.zoneminder.com/Dummies_Guide
Post Reply