Synching two cameras ?
See original GitHub issueI am thinking about using multiple cameras and I know I need to synchronize them. Is it possible to access multiple cameras with this wrapper and can I synch the cameras (as the kinect SDK docs says) by doing something like this :
k4a_device_configuration_t deviceConfig;
deviceConfig.wired_sync_mode = K4A_WIRED_SYNC_MODE_SUBORDINATE
with the wrapper ?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7 (2 by maintainers)
Top Results From Across the Web
Synchronize multiple cameras to capture at the same time
Many smartphone SoCs have 2–3 camera interfaces nowadays and can capture on multiple cameras simultaneously. Also available is specific hardware ...
Read more >How To Sync Multiple Cameras On A Wedding Shoot
The easiest method to sync multiple cameras is to have each photographer hold his/her camera, get into the camera menu and set a...
Read more >How to implement multi-camera synchronization in smart carts ...
Multiple cameras operate together to identify the product in a smart cart. The images taken from different cameras at different angles should be...
Read more >How to Sync Video and Audio: Multiple Cameras and Tracks
Well, it's a tool filmmakers use to simplify the process of syncing up their footage across multiple cameras and microphones. The way it...
Read more >How to sync multiple video & sound using our timecode ...
Shooting multi-camera? How do you sync video & sound sources? Timecode Systems' timecode generators & sync solutions create efficient, wireless workflows.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
And for other camera(s):
BTW, storing images to disk can be expensive operation, maybe you can keep some images in memory and save later.
Thanks for the good answer.
If you connect the 3.5 mm terminal, the setting is finished. Could you please write a simple example code for the capture? Thank you very much.