TMS FNC WX Camera

Hi,

1 - 2: I suggest to start with the documentation as it shows how to list and select the listed devices: TTMSFNCWXCamera - TMS FNC WX Pack
Please read it carefully so you don't accidentally skip details such as internet requirement.
Additionally, for front/back you have quick settings via the CameraType property. You should be aware that this method will pick a default back/front camera module, we have no control over what the getUserMedia API receives as default.

3: If you list the devices, you can (in theory) select any of them. We haven't tested this with an iPhone closeup camera though, but Android let us cycle between all the available camera modules.

4: Certainly not, however we cannot reproduce this. We'll need a way to try to replicate this here. What is your Delphi and Windows version? Do you have any additional details (e.g. any modified properties in the demo)?

5: Via constraints, but support may vary based on the platform. The documentation has some info on this, and specifically for the flash see here: TMSFNCWXCamera and flash light

6: The getUserMedia API doesn't provide an event for each frame. Instead, you can request a frame. This is done by calling GetSnapshot upon which the OnGetSnapshot event will trigger. The barcode decoder component requests frames automatically, if you don't shut down the camera with the Stop call (unlike the demo), it should keep scanning.