 | CameraControllerLoadDigitizer Method |
Namespace:
LynceeTec.DHM.Camera
Assembly:
LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 8.1.17212.0 8_1_dev af417e8, built 2019-10-03 13:47:41 UTC
Syntaxpublic void LoadDigitizer(
string dllPathName,
string mode,
int bpp,
string shutterQuery,
string regShutterQuery,
int width,
int height,
string uniqueID
)
public:
virtual void LoadDigitizer(
String^ dllPathName,
String^ mode,
int bpp,
String^ shutterQuery,
String^ regShutterQuery,
int width,
int height,
String^ uniqueID
) sealed
Parameters
- dllPathName
- Type: SystemString
- mode
- Type: SystemString
- bpp
- Type: SystemInt32
- shutterQuery
- Type: SystemString
- regShutterQuery
- Type: SystemString
- width
- Type: SystemInt32
- height
- Type: SystemInt32
- uniqueID
- Type: SystemString
Implements
ICameraControllerLoadDigitizer(String, String, Int32, String, String, Int32, Int32, String)
See Also