-
-
Notifications
You must be signed in to change notification settings - Fork 308
Common issues
boltgolt edited this page Jun 9, 2019
·
16 revisions
This page lists known solutions to common problems. If you have an solution to a problem that's happening a lot, please add it below.
Camera IR emitters not turning on (or turning off very quickly)
Some IR cameras only work at specific resolutions. Try running the following command: (replace DEVICE_PATH
with the path found under device_path
in sudo howdy config
)
v4l2-ctl -d DEVICE_PATH --list-formats-ext
This command should list all available formats. For example, my cameras 340 by 340 resolution option is reported liek this:
Size: Discrete 340x340
Experiment with these values by setting frame_width
and frame_height
in sudo howdy config
.