SetDeviceInfo
|
![]() ![]() ![]() |
|
[in] const char* manufacturer
|
String specifying the manufacturer of the virtual camera device.
|
|
[in] const char* model
|
String specifying the model of the virtual camera device.
|
|
[in] const char* version
|
String specifying the version of the virtual camera device.
|
|
[in] const char* info
|
String specifying the manufacturer's info of the virtual camera device.
|
|
[in] const char* serial
|
String specifying the serial number of the virtual camera device.
|
|
S_OK
|
Success
|
E_FAIL
|
Failure
|
E_INVALIDARG
|
Unsupported format
|
|
|
|
m_pCamera->SetDeviceInfo("gigecam","simulator", "v.2.5", "GigE Vision Camera Emulator", "00000-01");
|
|
Manufacturer
|
"A&B Software"
|
Model
|
"GigeSim"
|
Version
|
"2.5.0.0"
|
Info
|
"GigE Vision Camera Simulator"
|
XML file name
|
"A&B_GigeSim_2.5.0.0.xml"
|