question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 2 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
EmixamPPcommented, Sep 22, 2021

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 !

0reactions
dav-iscommented, Sep 23, 2021

I can’t reproduce the issue anymore, thanks

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found