You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
After stopping pipeline sometimes I receive object access error. I simplified your examples (ob_point_cloud.exe) to catch that error. Just put to main exception handling and catch only one frames and then exit. Make object destruction before return statement. I guess pipeline received data after being stopped.
Reproduction Steps
Run modified example (ob_point_cloud.exe) with debugger.
Catch depth frame.
Save to ply.
Destroy pipeline.
Expected behavior
No frames received after pipeline destroyed.
Log Output
Include relevant log entries or error messages that are related to the problem.You can attach log files if they are too large.
System Environment:
OS: Windows 11
Architecture: x86_64
Visual Studio/GCC:Visual Studio 2022
Tool/SDK Version:
SDK: 2.2.8
Device Information:
Model: Microsoft Surface Pro 11.
Firmware Version: Firmware revision number.
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
After stopping pipeline sometimes I receive object access error. I simplified your examples (ob_point_cloud.exe) to catch that error. Just put to main exception handling and catch only one frames and then exit. Make object destruction before return statement. I guess pipeline received data after being stopped.
Reproduction Steps
Expected behavior
No frames received after pipeline destroyed.
Log Output
Include relevant log entries or error messages that are related to the problem.You can attach log files if they are too large.
System Environment:
Tool/SDK Version:
Device Information:
Additional context
The text was updated successfully, but these errors were encountered: