Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix vpRealSense2::getProductLine() #1371

Merged
merged 1 commit into from
Apr 14, 2024

Conversation

s-trinh
Copy link
Contributor

@s-trinh s-trinh commented Apr 14, 2024

Following error occurs when running example/device/framegrabber/grabRealSense2.cpp code with the D455 sensor:

  • Frame didn't arrive within 15000

Tested with:

  • ./grabRealSense2
  • ./testRealSense2_D435
  • ./testRealSense2_D435_opencv

More info:

  • Intel RealSense D455
  • Firmware Version: 5.12.7.100
  • Use Realsense2: yes (ver 2.54.2)

The error Frame didn't arrive within 15000 still happens sometimes and relaunching the executable or unplug/plug the device seems to "solve" the issue.

…ithin 15000" error occurs with example/device/framegrabber/grabRealSense2.cpp code.
Copy link

codecov bot commented Apr 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 45.63%. Comparing base (1675840) to head (ba59390).
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1371      +/-   ##
==========================================
- Coverage   45.63%   45.63%   -0.01%     
==========================================
  Files        1069     1069              
  Lines      108080   108080              
  Branches    18710    18708       -2     
==========================================
- Hits        49325    49324       -1     
- Misses      58755    58756       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@fspindle
Copy link
Contributor

@s-trinh Thanks again ;-)

@fspindle fspindle merged commit d12b9e2 into lagadic:master Apr 14, 2024
52 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants