jschmid1 / gopro_as_webcam_on_linux

Allows to use your GoPro camera as a webcam on linux
Apache License 2.0
517 stars 64 forks source link

GoPro Hero 10 - got video but not sound - Resolved #36

Closed novafirst closed 2 years ago

novafirst commented 2 years ago

I am able to get it working on Linux Mint 20.3 Cinnamon. Minor change to /etc/udev/rules.d/60-gopro.rules

SUBSYSTEM=="net", ATTRS{idVendor}=="2672", ATTRS{product}=="HERO10 Black", ACTION=="add", RUN+="/usr/bin/systemctl start gopro_webcam" SUBSYSTEM=="net", ATTRS{idVendor}=="2672", ATTRS{product}=="HERO10 Black", ACTION=="remove", RUN+="/usr/bin/systemctl stop gopro_webcam"

Question: How do I get a sound from gopro?

Never mind, I just find out that the mic is disabled in webcam mode on gopro 10. Thanks for good work.