- Table of contents
- Please, first, ensure that you have the last version. Compare the latest release with
linux-enable-ir-emitter -V
- The configuration has failed
- The emitter does not work after successful configuration or after update
- Exception thrown by OpenCV during the configuration
- Other bugs
Please, first, ensure that you have the last version. Compare the latest release with linux-enable-ir-emitter -V
If you had the message INFO: Please shut down your computer, then boot and retry.
, please follow these instructions first:
- Shutdown your computer, (not just rebooting).
- Remove the AC adapter and if possible the battery.
- Wait one minute.
- Boot.
- Retry.
Otherwise:
- But you saw the ir emitter flashing, reboot and switch to manual mode by using the
--manual
option. - Also, try the exhaustive search by using the
--limit -1
option (caution: this may take several hours; do not combine it--manual
). - Ensure to configure the right camera by using the option
--device
/ - Some ir camera requires to specify the resolution, try to use the
--width
and--height
option. To see what resolutions are available, executev4l2-ctl -d /dev/videoX --list-formats-ext
(where/dev/videoX
is your camera)
Otherwise, open an issue using the "Configuration has failed" template.
- If you use Howdy, be sure it uses the ir camera configured; the path is printed after the message
INFO: Configuring the camera
. - Open an issue using the "Emitter does not work after successful configuration" template.
- Add the option
--no-gui
- If the issue persist: open an issue using the "Bug report" template, and please build the project manually by following the readme instructions.
- If the problem seems to be a library problem, first try the binary I provide by following the readme instructions.
- Open an issue using the "Bug report" template.