Hi.
I'm using V100 and V100:R2 and OptiHub. And I'm trying to make original program by using cameraSDK.
I'll use Software Trigger, LV-TTL Digital Output, Recording Active � Level Output, WiredSync.
Would you give me a sample program of OptiHub synchronize setting?
Sample Code of OptiHub Control
-
- Posts: 46
- Joined: Thu Oct 21, 2010 2:02 am
- Location: Japan
-
- Posts: 1896
- Joined: Tue Feb 01, 2011 8:41 am
- Location: Corvallis, OR
Re: Sample Code of OptiHub Control
At the moment, we don't have a synchronization sample. I can, however, point you to cameramanager.h which features synchronization controls in the cameramanager class.
Specifically:
Specifically:
Code: Select all
void ReApplySyncSettings(); //== Apply Sync Settings ===============---
void ApplySyncSettings(sSyncSettings SyncSettings); //== Apply Synchronization Settings ====---
void GetSyncSettings (sSyncSettings &SyncSettings); //== Get Current Sync Settings =========---
void SoftwareTrigger(); //== Trigger to shutter cameras ========---
eSyncMode SyncMode(); //== Returns the Current Sync Mode =====---
void UpdateRecordingBit(bool Recording); //== Update real-time app info =========---
-
- Posts: 46
- Joined: Thu Oct 21, 2010 2:02 am
- Location: Japan
Re: Sample Code of OptiHub Control
Thanks.
I want to know the flow for using OptiHub.
Would you tell what is needed during the procedure, such as under.
1.CameraManager::X().WaitForInitialization();
2.camera = CameraManager::X().GetCamera(list.UID());
3.sync->AddCamera(camera);
4.camera->Start();
I want to know the flow for using OptiHub.
Would you tell what is needed during the procedure, such as under.
1.CameraManager::X().WaitForInitialization();
2.camera = CameraManager::X().GetCamera(list.UID());
3.sync->AddCamera(camera);
4.camera->Start();