cameras mounts to show vibration

A place for discussion of topics that are not specific to ZoneMinder. This could include Linux, Video4Linux, CCTV cameras or any other topic.
Post Reply
luxnoob
Posts: 3
Joined: Wed Nov 03, 2021 8:12 am

cameras mounts to show vibration

Post by luxnoob »

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?
User avatar
burger
Posts: 416
Joined: Mon May 11, 2020 4:32 pm

Re: cameras mounts to show vibration

Post by burger »

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.
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
winstontj
Posts: 30
Joined: Tue Aug 06, 2019 7:56 pm

Re: cameras mounts to show vibration

Post by winstontj »

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.
Post Reply