Project

General

Profile

Configuration

Working with camera control system requires editing the config file as follows:

//Using Blackmagic device driver
CREATE_NET_PLUGIN BM_ManCamSystem_DriverPlugin ManCamSystem.dll Digispot.ManCamSystem.Driver.BMDriverPlugin
SET_OBJ_BASE BM_ManCamSystem_DriverPlugin IP "192.168.0.214"
SET_OBJ_BASE BM_ManCamSystem_DriverPlugin CameraControlModuleAddr "CameraManagerPlugin"
//camera control module
CREATE_NET_WND_PLUGIN   ManCamSystem_CameraManagerPlugin ManCamSystem.dll Digispot.ManCamSystem.CameraManager.CameraManagerPlugin
SET_OBJ_BASE ManCamSystem_CameraManagerPlugin AutomaticMode "1"
//camera control module remote control
CREATE_NET_WND_PLUGIN   ManCamSystem_RemoteControlPlugin ManCamSystem.dll Digispot.ManCamSystem.RemoteControl.RemoteControlPlugin
//signal detector module
CREATE_NET_WND_PLUGIN   ManCamSystem_SignalDetectorPlugin ManCamSystem.dll Digispot.ManCamSystem.Detector.SignalDetectorPlugin
SET_VIEW_TAB_OBJ VIEW_T1 ManCamSystem_SignalDetectorPlugin SignalDetectorPlugin
SET_VIEW_TAB_OBJ VIEW_T1 ManCamSystem_CameraManagerPlugin CameraManagerPlugin
SET_VIEW_TAB_OBJ VIEW_T1 ManCamSystem_RemoteControlPlugin RemoteControlPlugin

Add picture from clipboard (Maximum size: 742 MB)