Back to Aurora Vision Library Lite website

You are here: Start » Camera Support » NET ICube » ICube_SetParamOnePush

ICube_SetParamOnePush


Header: ThirdPartySdk.h
Namespace: avl

Sets a parameter of type One Push in an ICube device.

Syntax

void avl::ICube_SetParamOnePush
(
	ICube_State& ioState,
	atl::Optional<int> inDeviceID,
	int inType
)

Parameters

Name Type Default Description
Input will be modified ioState ICube_State& Object used to maintain state of the function.
Input value inDeviceID Optional<int> NIL Index of a camera
Input value inType int Type of the parameter to set (see Parameter Definitions in the API Header)

Description

If one push mode is supported, this filter sets/unsets one push mode of the parameter specified by inType. This filter executes the ICubeSDK_SetParamOnePush ICube SDK function.

Remarks

To be able to use an ICube camera, you need to install the camera driver. You can find it at the following address (select binaries):

https://net-gmbh.com/en/machine-vision/products/cameras/usb2-icube/ or https://net-gmbh.com/en/machine-vision/products/cameras/usb3-vision-3icube/

Please make sure that the ICube SDK is installed properly on your computer. To verify the driver installation, you can run iControl.exe. If the camera was detected and you can see the image from it in this application, you can use your ICube camera in Aurora Vision Studio.

Recommended ICube SDK version for Aurora Vision Studio usage is v2.0.4.8.

The full description of the camera parameters can be found in the ICube SDK documentation.

Multithreaded environment

This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.

See Also