start_capture

start_capture#

method

ThorCamBase.start_capture() Tuple[str, int] | None[source]#

Signals the hardware to start capturing and sets up the streaming thread.

Not implemented in the base class. Should be overwritten by inheriting classes.

Returns:
address, portstr, int

Address and port of the opened socket, if used remotely.