DOC Skip to main content

Femto Bolt Device Synchronization

Update on 2025-09-16 06:33:45

ON THIS PAGE

This document describes synchronization of captures between devices.

1. Internal Device Synchronization

The captures from individual cameras are synchronized in hardware. In each k4a_capture_t containing images from the color and depth sensors, the image timestamps are adjusted based on the hardware’s operating mode. By default, depth and color are aligned by exposure start. The relative delay between depth and color images can be adjusted using thedepth_delay_off_color_usecfield of the k4a_device_configuration_t.

2. External Device Synchronization

See Hardware Setup for External Sync for hardware setup.

The software for each connected device must be configured to run in either master or subordinate mode. This is configured in the k4a_device_configuration_t.

2.1 Subordinate Mode

k4a_device_configuration_t deviceConfig;
deviceConfig.wired_sync_mode = K4A_WIRED_SYNC_MODE_SUBORDINATE

2.2 Master Mode

k4a_device_configuration_t deviceConfig;
deviceConfig.wired_sync_mode = K4A_WIRED_SYNC_MODE_MASTER;

3. Next Steps

Now that you know how to enable and capture device synchronization, you can also check out:《Recording and Playback》

ON THIS PAGE

Add

  • Name:

  • Link Address:

Cancel

Add

  • Name:

  • Link Address:

Cancel
Questions or
Feedback?

Feedback

  • Your feedback matters! Share your thoughts on this page, report errors, or let us know how we can improve to better support your needs. If applicable, please include the specific sentence or section to help us identify and address the issue.