billw2 / pikrellcam

Raspberry Pi motion vector detection program with OSD web interface.
GNU General Public License v3.0
262 stars 70 forks source link

Audio event? #26

Open maurogrsistemi opened 7 years ago

maurogrsistemi commented 7 years ago

First of all, the compliments for the good work.!!!

Then the question: is there a way to trigger a recording event when noise comes to a certain level?

Thanks

Mauro

billw2 commented 7 years ago

On Tue, 02 May 2017 06:57:45 -0700 maurogrsistemi notifications@github.com wrote:

Then the question: is there a way to trigger a recording event when noise comes to a certain level?

For now there isn't, but I do plan to add a sound record event.

Bill

maurogrsistemi commented 7 years ago

This is great!

Thanks

Mauro

Da: billw2 [mailto:notifications@github.com] Inviato: mercoledì 3 maggio 2017 17:21 A: billw2/pikrellcam pikrellcam@noreply.github.com Cc: maurogrsistemi maurodamiano@grsistemi.it; Author author@noreply.github.com Oggetto: Re: [billw2/pikrellcam] Audio event? (#26)

On Tue, 02 May 2017 06:57:45 -0700 maurogrsistemi notifications@github.com wrote:

Then the question: is there a way to trigger a recording event when noise comes to a certain level?

For now there isn't, but I do plan to add a sound record event.

Bill

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/billw2/pikrellcam/issues/26#issuecomment-298943958 , or mute the thread https://github.com/notifications/unsubscribe-auth/Aa_ah7GeJwmu3ThRBU2hKVOLTbJ37Iscks5r2JtFgaJpZM4NOLT_ .

kbmetz commented 4 years ago

Any updates on this? I'm running my Pi power off the GPIO pins and was able to add a USB microphone with no noise. It works great, but would be really nice to have this audio event feature

billw2 commented 4 years ago

On Fri, 05 Jun 2020 13:40:54 -0700 kbmetz notifications@github.com wrote:

Any updates on this? I'm running my Pi power off the GPIO pins and was able to add a USB microphone with no noise. It works great, but would be really nice to have this audio event feature

Yes, actually I added that quite a while ago. On the Help page, there is a link to audio trigger documentation under "Recent Release Notes" for Version 4.1.3

Config is done in Setup->Config->Audio

When you adjust the Audio_Trigger_Level with the trigger enabled, a thin horizontal bar will be drawn on the audio meter to show the trigger level.

kbmetz commented 4 years ago

Bill, thank you! You are very correct! I did not realize it was there already! Sorry