You are here: Start » Camera Support » Allied Vision Technologies » Vimba_SetRealParameter
Vimba_SetRealParameter
Header: | ThirdPartySdk.h |
---|---|
Namespace: | avl |
Sets a parameter of type Real into an Allied Vision camera.
Syntax
void avl::Vimba_SetRealParameter ( Vimba_State& ioState, atl::Optional<const atl::String&> inDeviceID, const atl::String& inParameterName, float inValue )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
ioState | Vimba_State& | Object used to maintain state of the function. | ||
inDeviceID | Optional<const String&> | NIL | Device identifying address | |
inParameterName | const String& | Name of feature parameter | ||
inValue | float | New value to be set into device parameter |
Remarks
Camera driver software
This filter is intended to cooperate with cameras using their vendor's SDK. In order to connect with the camera, it is required to install Vimba SDK software.
Vimba SDK can be downloaded from the following website: https://www.alliedvision.com/en/products/software.html
To verify the driver installation, you can run Vimba Viewer. If the camera was detected and you can see the view from the camera, you can use Vimba SDK in Aurora Vision Studio.
Recommended Vimba SDK version for Aurora Vision Studio usage is 6.0.
Camera identification
When there is only one Allied Vision camera connected, the field inDeviceID can be set to Auto. In this situation, the first available camera will be used.
inDeviceID can be used to pick one of multiple cameras connected to the computer. inDeviceID should be set to camera ID.