CameraDevice Audio

Probably not the most used class out there, but I would like to use it for a small project.

I can get it to capture and record video (by looking at the demo) but I don't get any audio in the recorded video file.

I use a web cam, so I would think that audio was part of it’s video stream?

Any ideas?

 

Nikolai

Seems like the CameraDevice only opens the video stream.

I'll just record the audio to file using an AudioDeviceManager callback and merge it with the video using ffmpeg after recording.

To others that might want to try this.. don't

If the camera capture drops frames, the audio looses sync. It's pretty obvious really, and I should not have tried it at all...

All look around the net for some other camera-capture library

Have there been any more developments with regard to video+audio capture in Juce?