Contains the board and port information of a device or its access token. More...
Inherits object.
Properties | |
access_token = property | |
Optional[str]: Gets the device access token if available. | |
current_board = property | |
int: Gets the board number where the device is located. More... | |
current_port = property | |
int: Gets the camera port number where the device is located. More... | |
Contains the board and port information of a device or its access token.
Either board and port are used (for example by configuring a vin - driver and opening it) or the access token is used (if opened via it).
|
static |
int: Gets the board number where the device is located.
If an access token is in use -1 will be returned.
|
static |
int: Gets the camera port number where the device is located.
If an access token is in use -1 will be returned.