#logitech 920 Focus issues

12 messages · Page 1 of 1 (latest)

plain knoll
#

I can use these commands via ssh but when I add to crowsnet config, it doesn't seem to work. Am I doing something wrong in the config file?

v4l2-ctl -d /dev/video0 -c focus_automatic_continuous=0
v4l2-ctl -d /dev/video0 -c focus_absolute=85

patent minnow
#

Please create a new log with log_level: debug and delete_log: true

#

And I think you set the parameters wrong it would be v4l2ctl: focus_automatic_continuous=0, focus_absolute=85

plain knoll
#

thanks, i, very new and trying to learn. looking up how to debug

patent minnow
#

If you want to learn to debug your errors, best thing to do, if you can't program/understand code, is just trial and error. Try something, read the output, change something and compare the output what changed. Maybe search for example configs online to see if you might have messed up something in the syntax, like extra spaces or missing commas.

#

If you just meant the thing I mentioned in my first message. It's a setting inside crowsnest.conf

plain knoll
patent minnow
#

Delete the space between focus_automatic_continuous=0, focus_absolute=85 so it would be focus_automatic_continuous=0,focus_absolute=85. It could be that I'm wrong but seems like crowsnest got a problem with parsing there

plain knoll
patent minnow
#

So you can see your device and autofocus disabled?

plain knoll
#

Yes !! Thanks!

patent minnow
#

No problem. Please consider closing this post then