cmauri / eviacam

webcam based mouse emulator
GNU General Public License v3.0
143 stars 37 forks source link

Not possible to open the camera settings #10

Open chb9 opened 6 years ago

chb9 commented 6 years ago

With eviacam 2.1.2 (master branch) on Debian 9.1 (stable, XFCE) it is not possible to open the camera settings. (see screenshot)

camera

cmauri commented 6 years ago

Right. Since commit 765a2bff550db20584dee275b9af4d815db638da eViacam allows you only to use the OpenCV based camera capture API which lacks support for configuration dialog. I removed support for custom V4L2 capture due to the fact that does not support JPEG format which is the only available for some webcam models.

To be able to configure the camera parameters you have 2 options:

1) Revert such a commit and recompile again. That will be fine if your camera provides capture formats other than JPEG

2) Open an external program to adjust camera settings. guvcview works for me, when started it complains, but eventually works

chb9 commented 6 years ago

ok, thank you!