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
Raspberry PI cam setup (local, on board with the zoneminder install)
- mlw19mlw91
- Posts: 14
- Joined: Mon Aug 17, 2020 6:49 pm
Re: Raspberry PI cam setup (local, on board with the zoneminder install)
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.
If it's /dev/video0 it would be local. You will need to know the resolution (ffmpeg will tell you this).
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
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
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