Back to FabImage Studio website
You are here: Start » Filter Reference » BitFlow » BitFlow_WriteValueToRegister
Writes value to register
Name | Type | Description | |
---|---|---|---|
![]() |
inBoardNumber | Integer | Index of board |
![]() |
inCameraFileName | File | Camera file |
![]() |
inRegId | Integer | Register Id |
![]() |
inValue | Integer | Value to store |
Remarks
Board driver software
This filter is intended to cooperate with board using its vendor SDK. To be able to connect with board it is required to install BitFlow SDK software. Currently FabImage Studio requires BitFlow SDK version 6.30.
BitFlow SDK can be downloaded from following website: http://www.bitflow.com (registration may be required).
Running application
This filter uses camera configuration files, which are loaded to register. To load this file to register you should use SysReg application from BitFlow SDK.Registers management
Register IDs are declared in "BFTabRegister.h" located in Bitflow SDK. See the corresponding Bitflow Hardware Reference Manual for a description of each bit.
Multithreaded environment
This function is not guaranteed to be thread-safe. When used in multithreaded environment, it has to be manually synchronized.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, FabImage Studio Professional version.
See Also
- BitFlow_ReadValueFromRegister – Reads value from register
- BitFlow_GetRegisterName – Gets register name