TMSFNCWXCamera Parent problem

Hi,

i've got a little problem with the TMSFNCWXCamera.
We want to scan QR-Codes on our Android Devices.
The Decoding works fine but i ran into the Problem, that i wanted to open the TMSFNCWXCamera component inside a Frame.
The decoding still works, but there is no image on my Android Device.
When using a FMXForm instead, the live Camera Image is shown.
I also found out, that when i assign a the MainForm of the Application as Parent to the FMXForm with the Camera Component, the live Image is blank like when trying to put it onto a Frame.

I added a simple Project and hope you can reproduce my issue.
Looking forward to your reply.
Kind Regards,

Unit2.zip (26.5 KB)

Hi,

Frames are currently not supported. A form/window handle is needed to properly initialize the embedded browser and a TFrame does not have that handle.
We'll need to investigate first to see if there's a solution we can implement that will enable TFrame support for all platforms.

Alright
Thanks for the clearification.
Then i can stop search for Errors on my part and work my way around Forms.

Kind regards,

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.