Impact Acquire SDK C++
|
Parts of the GenICamInterfaceLayout program are based on the ContinuousCapture.cpp example concerning the image acquisition. The sample shows all GenICam interface properties which can be modified.
[0]: GX001559 (mvBlueCOUGAR-X122G, Family: mvBlueCOUGAR, interface layout: DeviceSpecific) Please enter the number in front of the listed device followed by [ENTER] to open it: 0 Using device number 0. Interface layout of device GX001559(mvBlueCOUGAR-X122G) set to 'GenICam'. Acquisition start/stop behaviour(Defines the start/stop behaviour of the acquisition engine) of device GX001559(mvBlueCOUGAR-X122G) set to 'User'. In 'Default' mode the acquisition engine will be started and stopped automatically, when set to 'User' it is up to the user to start and stop the acquisition engine. When this driver is running with a 3rd party GenICam GenTL producer only 'User' will be available). Initialising the device. This might take some time... Property 'DeviceVendorName' currently specifies the following flags: cfAlwaysForceClone | cfFixedSize | cfReadAccess The current value of 'DeviceVendorName' is: MATRIX VISION GmbH Property 'DeviceModelName' currently specifies the following flags: cfAlwaysForceClone | cfFixedSize | cfReadAccess The current value of 'DeviceModelName' is: mvBlueCOUGAR-X122G Property 'ExposureTime' currently specifies the following flags: cfAlwaysForceClone | cfFixedSize | cfWriteAccess | cfReadAccess The minimum value of 'ExposureTime' is 10.000 The maximum value of 'ExposureTime' is 10000000.000 The current value of 'ExposureTime' is: 20000.000 Enter the new value for 'ExposureTime': 20000 Property 'PixelFormat' currently specifies the following flags: cfShouldBeDisplayedAsEnumeration | cfAlwaysForceClone | cfFixedSize | cfWriteAccess | cfReadAccess 'PixelFormat' defines a dictionary. Valid values are: [17301505]: Mono8 [17825799]: Mono16 [17563654]: Mono12Packed The current value of 'PixelFormat' is: Mono8 Enter the new value for 'PixelFormat': Mono16 Property 'Width' currently specifies the following flags: cfAlwaysForceClone | cfFixedSize | cfWriteAccess | cfReadAccess The minimum value of 'Width' is 16 The maximum value of 'Width' is 1280 The increment of 'Width' is 1 The current value of 'Width' is: 1280 Enter the new value for 'Width': 1280 Property 'Height' currently specifies the following flags: cfAlwaysForceClone | cfFixedSize | cfWriteAccess | cfReadAccess The minimum value of 'Height' is 16 The maximum value of 'Height' is 960 The increment of 'Height' is 1 The current value of 'Height' is: 960 Enter the new value for 'Height': 960 Press [ENTER] to end the application Info from GX001559: FramesPerSecond: 22.679294, ErrorCount: 0, CaptureTime_s: 0.394700 Info from GX001559: FramesPerSecond: 22.679315, ErrorCount: 0, CaptureTime_s: 0.394691 Info from GX001559: FramesPerSecond: 22.679311, ErrorCount: 0, CaptureTime_s: 0.394728 ...
displayPropertyDataWithValidation()
shows the mentioned property (after it was checked if it is available). Additional to displayPropertyDataWithValidation()
the displayAndModifyPropertyDataWithValidation()
function starts a routine, to set the property. Afterwards, the sample shows a live display (mvIMPACT::acquire::display)(Windows only) and you can end the application with [ENTER].