Atterratio / obs-gphoto

Allows connect DSLR cameras with obs-studio through gPhoto on Linux
GNU General Public License v2.0
43 stars 16 forks source link

Integrate gphoto2 audio cap #6

Open Houkime opened 6 years ago

Houkime commented 6 years ago

I have a pretty low-end mic. So low-end that even my camera can capture better audio. gphoto2 has an ability to capture audio - I checked.

It's only logical to try to capture audio in addition to video.

Atterratio commented 6 years ago

As far as I know at this moment gphoto does't can how to capture audio and even real video. gphoto2 --capture-sound is a stub, and this function is not implemented in any camera driver. And when I try to use it, I get the following message: $ gphoto2 --capture-sound ERROR: Could not capture image.
ERROR: Could not capture. Error (-6: 'Unsupported operation')

Does this work for your camera, or can you give a link to the information that this function is implemented?