startWebcam

suspend fun startWebcam(resolution: WebcamResolution? = null, fov: WebcamFov? = null, port: Int? = null, protocol: WebcamProtocol? = null): Result<Unit>

Start wireless webcam streaming

Parameters

resolution

desired resolution

fov

desired field of view

port

desired port. If null, defaults to 8554 by the camera

protocol

desired protocol. If null, defaults to TS by the camera

See also