|
|
|
@ -3157,7 +3157,7 @@ void Cigarette::EnumerateCameras(SingleCamInfoStruct *TempSingleCamInfoStruct,bo
|
|
|
|
|
if(showinfo)std::cout << "Camera:" << i << ",vendor = " << manufacture << std::endl;
|
|
|
|
|
transform(manufacture.begin(), manufacture.end(), manufacture.begin(), ::toupper);
|
|
|
|
|
SingleCamInfoStruct CamInfo;
|
|
|
|
|
if (!manufacture.compare(0, 7, "BALLUFF"))
|
|
|
|
|
if ((!manufacture.compare(0, 7, "BALLUFF"))||(!manufacture.compare(0, 13, "MATRIX VISION")))
|
|
|
|
|
{
|
|
|
|
|
mvIMPACT::acquire::GenICam::DeviceControl dc(pDev);
|
|
|
|
|
std::string UserID = dc.deviceUserID.read();
|
|
|
|
|