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
If a camera is disconnected during real time operation, it will corrupt the data. I believe the corruption is caused by last camera frame persisting in lastFrames map in the RealTimeManager and is used even after the camera disconnects.
Unknown if reconnecting the camera without restarting will stop corruption.
The text was updated successfully, but these errors were encountered:
If a camera is disconnected during real time operation, it will corrupt the data. I believe the corruption is caused by last camera frame persisting in lastFrames map in the RealTimeManager and is used even after the camera disconnects.
Unknown if reconnecting the camera without restarting will stop corruption.
The text was updated successfully, but these errors were encountered: