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
I am trying to sync two femto mega devices from external trigger, using the two_device_sync_save_data.py script. I am following the default stream settings just to test. The timestamps on the saved images are way off.
If you just see the above instance where the difference in the closest timestamps of saved images are 3-4 seconds off each. The timestamp for each image itself is not appropriate?
Why are the timestamps of each device so inconsistent from one another. Does this require any firmware update, the current version I’m using is 1.27.0
Additionally, device.get_depth_work_mode_list() returns device not supported
The text was updated successfully, but these errors were encountered:
Also, on a side note what are the depth modes supported by Femto Mega? I believe a detailed documentation of repo would help better.
I am so unsure how the setup with a sync box is ending up with random time stamps?
Below are some details regarding my implementation:
In OrbbecSDKConfig_v1.0.xml config file i have made changes to memory buffer. I am using software mode for depth alignment. I would like to know if there's a way to reset the device clocks to system clock before streaming or in anyway can we reset the clock?
Also, does the firmware version have any impact? Our cameras are on version 1.2.7
Pretty weird that sometimes it only grabs frames from one camera (same system and software versions) using two_device_sync_save.py file.
I am trying to sync two femto mega devices from external trigger, using the two_device_sync_save_data.py script. I am following the default stream settings just to test. The timestamps on the saved images are way off.
If you just see the above instance where the difference in the closest timestamps of saved images are 3-4 seconds off each. The timestamp for each image itself is not appropriate?
Why are the timestamps of each device so inconsistent from one another. Does this require any firmware update, the current version I’m using is 1.27.0
Additionally,
device.get_depth_work_mode_list()
returns device not supportedThe text was updated successfully, but these errors were encountered: