looking for hardware recomend for affordable outdoor security
something that mounts in such a way to to show the vibration of door slams.
also are the mics in most cams pretty good or some better than others ?
perhaps a seperate amplified mike maybe?
cameras mounts to show vibration
Re: cameras mounts to show vibration
That might work with the microphones. Interesting idea. I don't know if you'd see false alerts.
Arduino is always an option. https://wiki.zoneminder.com/Arduino Some cameras have IO connectors you can tie into. Or you can use zmtrigger.
This is probably a niche use case, so I don't know how many folks have done anything similar.
Arduino is always an option. https://wiki.zoneminder.com/Arduino Some cameras have IO connectors you can tie into. Or you can use zmtrigger.
This is probably a niche use case, so I don't know how many folks have done anything similar.
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
Re: cameras mounts to show vibration
You want an accelerometer for this. Something like an ADXL345. From the 3d printing world:
https://klipper.discourse.group/t/raspb ... ement/1757
That's a decent link to show you how to set it up. Now it will be connected to a Raspberry Pi Pico board --which you can USB plug into... anything you want. And you can then take advantage of something like zmtrigger. Arduino will work too.
https://klipper.discourse.group/t/raspb ... ement/1757
That's a decent link to show you how to set it up. Now it will be connected to a Raspberry Pi Pico board --which you can USB plug into... anything you want. And you can then take advantage of something like zmtrigger. Arduino will work too.