Add Device Start Commands
This commit is contained in:
@@ -146,6 +146,12 @@ void StreamManager::AcquireImages(ImageAnalyzer analyzer, FaultManager fault_mgr
|
||||
// Get device parameters need to control streaming
|
||||
PvGenParameterArray *lDeviceParams = lDevice->GetParameters();
|
||||
|
||||
// Use Temperature Format Instead of Raw Counts
|
||||
lDeviceParams->SetEnumValue("IRFormat", 1);
|
||||
|
||||
// Set Emissivity
|
||||
//lDeviceParams->SetFloatValue("ObjectEmissivity", 0.95);
|
||||
|
||||
// Map the GenICam AcquisitionStart and AcquisitionStop commands
|
||||
PvGenCommand *lStart = dynamic_cast<PvGenCommand *>(lDeviceParams->Get("AcquisitionStart"));
|
||||
PvGenCommand *lStop = dynamic_cast<PvGenCommand *>(lDeviceParams->Get("AcquisitionStop"));
|
||||
|
||||
Reference in New Issue
Block a user