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

Resolution is not passed to ffmpeg #32

Open arpaterson opened 2 years ago

arpaterson commented 2 years ago

HERO 8 BLACK

The resolution selected in the command line when launching gopro is not passed on to ffmpeg. When the gopro is set to 720p with for example 'gopro webcam -a -n -r 720', applications still receive a 1080p stream.

EDIT: It may be that the -r 720 flag is not working for me.