disguise developers

Designer Plugins

Plugins for Disguise Designer software.

MobileCameraCommunication

Manages network communication with mobile cameras

Base class: CameraCommunication

Properties

iFrameSendIdRequest : int

Methods

disconnectAllCameras(self)

enableCameraStats(self, cam: MobileCam, enable: bool)

enableCameraStatsAll(self, enable: bool)

getUnlicensedCameras(self) -> List[MobileCam]

isReceivingStats(self, cam: MobileCam) -> bool

sendCaptureOutputImagePng(self, cam: MobileCam) -> bool

sendCaptureOutputImageRaw(self, cam: MobileCam) -> bool

sendSetCameraAuto(self, cam: MobileCam, mode: int, poi: Vec2) -> bool

sendSetExposure(self, cam: MobileCam, exposureDur: float, iso: float, poi: Vec2) -> bool

sendSetExposureTarget(self, cam: MobileCam, exposureTarget: float) -> bool

sendSetFocalLength(self, cam: MobileCam, focalLength: float) -> bool

sendSetLensPos(self, cam: MobileCam, normalisedLensPos: float, poi: Vec2) -> bool

sendSetLensPosCompensation(self, cam: MobileCam, compMode: int) -> bool

sendSetPointOfInterest(self, cam: MobileCam, poi: Vec2) -> bool

sendSetSendRgbImages(self, cam: MobileCam, onOff: bool) -> bool

sendSetWhiteBalance(self, cam: MobileCam, wbRgbGains: Vec) -> bool

serialLicenseCamCount(self) -> int