yawcam with audio

Questions? Suggestions? Need help? Talk about anything related to Yawcam...
Post Reply
linokoo
Posts: 41
Joined: Thu Mar 12, 2009 12:07 am

yawcam with audio

Post by linokoo »

Hello,
I have a camera logitech with micro & I would like to put yaw with son.

Is it possible?

Thank you for your reply.

Lino
generalsu
Posts: 28
Joined: Sat Jul 07, 2012 10:28 pm

Re: yawcam with audio

Post by generalsu »

linokoo wrote:Hello,
I have a camera logitech with micro & I would like to put yaw with son.

Is it possible?

Thank you for your reply.

Lino
Currently recording audio is not possible purely with Yawcam. You can, however, use external apps like Adobe Audition, Audacity to record audio separately. Of course, this is just a workaround, but it's very inconvenient.

I was hoping Yawcam would include motion detect for audio. It would only record audio when motion is detected, much like what it has done with images.

I will share more implementation ideas when I have some.
talonvking
Posts: 1
Joined: Wed Jun 13, 2018 4:47 pm

Re: yawcam with audio

Post by talonvking »

I wanted to add audio to my image capture/video In my motion settings.
So I use run .exe along with Microsoft built-in SoundRecorder.exe. When a motion even is fired off, I capture audio for 30 seconds and store in a file.
Image

Here is my .bat script:
---------------------------------
set YYYY=%DATE:~10,4%
set MM=%DATE:~4,2%
set DD=%DATE:~7,2%

set HH=%TIME: =0%
set HH=%HH:~0,2%
set MI=%TIME:~3,2%
set SS=%TIME:~6,2%
set FF=%TIME:~9,2%

C:\Temp\SoundRecorder.exe /FILE c:\temp\motion\%YYYY%%MM%%DD%_%HH%%MI%%SS%.wav /DURATION 0000:00:30
rem pause
exit

I think I had to download SoundRecorder from the web… because later versions of windows don’t have it anymore… so now I can have the audio AND image captures sent to my email or ftp!



Sincerely,
Eric
mfran2002
Posts: 16
Joined: Fri Sep 14, 2018 6:02 am

Re: yawcam with audio

Post by mfran2002 »

Hi there,
I know that you can embed the audio code adding it in Yawcam at "settings, edit settings..., stream, page designer..., page text box"

I'm trying with media encoder or media player but nothing, I'm not able...

may you tell me the software you are using (some plugin to be added?) posting the code to be embedded?

thank you very much!
Post Reply