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
- Drop
TTMSFNCWXCamera from the component palette onto a form.
- Call
StartCamera to initialise the preview.
- 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.