Page 1 of 1

cameras mounts to show vibration

Posted: Thu Jun 22, 2023 1:10 pm
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?

Re: cameras mounts to show vibration

Posted: Fri Jun 23, 2023 4:17 am
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.

Re: cameras mounts to show vibration

Posted: Tue Aug 20, 2024 12:12 am
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.