CVBpy 14.0
VinConnectionInformation Class Reference

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...
 

Detailed Description

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).

Property Documentation

◆ current_board

current_board = property
static

int: Gets the board number where the device is located.

If an access token is in use -1 will be returned.

◆ current_port

current_port = property
static

int: Gets the camera port number where the device is located.

If an access token is in use -1 will be returned.