Skip to content
Commit c8c75796 authored by Benjamin Berg's avatar Benjamin Berg Committed by David King
Browse files

Correctly select the given camera device

Due to a bug in the VAPI file the code would pass a string to the camera
setup routine instead of a CameraDevice object. As the setup routine
already has code to automatically select an appropriate device based on
the name passing an argument is not even required.

Note that the --device parameter might be somewhat confusing as it
refers to the devices name and not to the /dev/videoX device file.

https://bugzilla.gnome.org/show_bug.cgi?id=777047
parent 05657bd5
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment