pyrolab.drivers.cameras.uc480.UC480Client

Contents

pyrolab.drivers.cameras.uc480.UC480Client#

class UC480Client[source]#

Bases: ThorCamClient

Methods

await_stream([timeout])

Blocks until the first image is available from the stream.

close()

Closes the Proxy connection to the remote camera.

connect(name[, ns_host, ns_port])

Connect to a remote PyroLab-hosted UC480 camera.

end_stream()

Ends the video stream.

get_frame()

Returns the last image received from the stream.

start_stream()

Starts the video stream.