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
Thanks for your excellent open sources work!
I am following the calibration instructions to build realsense_calib_recorder, and I found that the hardware_reset() function in tandem/tandem/src/realsense/realsense.cpp,line77 location
will cause the camera can not be connected to the host system. and some exception like
terminate called after throwing an instance of 'rs2::error'
what(): No device connected
will be throwed out. Is there any big problem to comment this line?
My OS: Deepin 20.05
The text was updated successfully, but these errors were encountered:
Thanks for your excellent open sources work!
I am following the calibration instructions to build realsense_calib_recorder, and I found that the hardware_reset() function in
tandem/tandem/src/realsense/realsense.cpp
,line77location
will cause the camera can not be connected to the host system. and some exception like
will be throwed out. Is there any big problem to comment this line?
My OS: Deepin 20.05
The text was updated successfully, but these errors were encountered: