Table of Contents

Getting started with TMS FNC WX Camera

Prerequisites

  • TMS FNC Core installed and the runtime package added to the project.
  • TMS FNC WX Pack installed.
  • Application running in a context that permits camera access (browser permissions or native capability).

Add the component

  1. Drop TTMSFNCWXCamera from the component palette onto a form.
  2. Call StartCamera to initialise the preview.
  3. Assign an OnSnapshot event handler to receive captured images.

Take a snapshot

{ In a button's OnClick handler: }
Camera1.TakeSnapshot;

Next steps

  • Guides — device selection, resolution, image format, and file saving.
  • API reference — full class reference.