Grabber::hasI2CInterface Method

Checks whether the currently opened video capture device supports access to its on-board I²C bus.
Syntax:
bool    hasI2CInterface()
Return value:

Value Description
true The video capture device supports access to its I²C bus.
false The video capture device does not support access to its I²C bus.

Information:

Introduced in version 3.4

See also: Grabber, Grabber::execI2COperation

<< Grabber