start_capture

start_capture#

method

UC480.start_capture() Tuple[str, str][source]#

Starts capture from the camera.

This starts the capture from the camera to the allocated memory location as well as starts a new thread for the socket server to stream video from camera memory to the client.

Returns:
address, porttuple(str, str)

The IP address and port of the socket serving the video stream.