Table of Contents

TMS FNC WX Camera — Guides

Starting and stopping the camera

Call StartCamera to open the camera stream and StopCamera to release the device. Check Active to determine the current state.

Selecting a device

Populate Devices by calling GetDevices. Assign the desired TTMSFNCWXCameraDevice to ActiveDevice before starting the camera.

Controlling resolution

Use CameraResolution of type TTMSFNCWXCustomCameraResolution to request a specific frame size. The browser will select the nearest supported resolution.

Image format

Set ImageFormat to cifPNG or cifJPEG to control the snapshot output format.

See also