Skips Adding Config Even Though It's Required
See original GitHub issue$ sudo linux-enable-ir-emitter configure
[ INFO:0] global /builddir/build/BUILD/opencv-4.5.2/modules/videoio/src/videoio_registry.cpp (217) VideoBackendRegistry VIDEOIO: Enabled backends(9, sorted by priority): FFMPEG(1000); GSTREAMER(990); INTEL_MFX(980); MSMF(970); V4L2(960); CV_IMAGES(950); CV_MJPEG(940); FIREWIRE(930); UEYE(920)
[ INFO:0] global /builddir/build/BUILD/opencv-4.5.2/modules/videoio/src/cap_gstreamer.cpp (831) open OpenCV | GStreamer: v4l2src device=/dev/video2 ! videoconvert ! appsink drop=true
[ INFO:0] global /builddir/build/BUILD/opencv-4.5.2/modules/videoio/src/cap_gstreamer.cpp (864) open OpenCV | GStreamer: mode - MANUAL
[ WARN:0] global /builddir/build/BUILD/opencv-4.5.2/modules/videoio/src/cap_gstreamer.cpp (1081) open OpenCV | GStreamer warning: Cannot query video position: status=0, value=-1, duration=-1
Did you see the ir emitter flashing (not just turn on) ? Yes/No ? yes
ERROR: Your infrared camera is already working, skipping the configuration.
$ sudo linux-enable-ir-emitter test
ERROR: No configuration is currently saved.
Traceback (most recent call last):
File "/usr/bin/linux-enable-ir-emitter", line 83, in <module>
test.execute()
File "/usr/lib64/linux-enable-ir-emitter/command/test.py", line 12, in execute
exitIfFileDescriptorError(exit_code, ir_config.device)
AttributeError: 'NoneType' object has no attribute 'device'
Issue Analytics
- State:
- Created 2 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
Add configuration to skip in Maven plugin · Issue #865 - GitHub
Therefore it has become a common practice by Maven plugin to support a 'skip' configuration item. If skip = true then the plugin...
Read more >Spring Batch Java Config: Skip step when exception and go to ...
1. In my case, independently or one exception was thrown or not (in step 2), i need always go to step 3. I...
Read more >Pitfalls and Common Mistakes | NGINX
If you don't care about checking for the existence of directories, you can skip it by removing $uri/ . Of course, your mileage...
Read more >nuget.config File Reference - Microsoft Learn
This is considered a best practice as it promotes repeatability and ensures that different users have the same NuGet configuration. You may need...
Read more >Customize pipeline configuration - GitLab Docs
When it is selected, pipelines and related features are visible: ... To add test coverage results to a merge request using the project's...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will fix these problems on the 3.1.0. The packages have been rollback to 2.1.0. So you can easily return to a stable version. Sorry for that !
I can’t reproduce the issue anymore, thanks