R Ramezanpour Active Member Licensed User Longtime User Apr 7, 2015 #1 Hi there Can I Show front and back camera together ? I test it with LLCamera and add 2 panel , and add to variable cam1 and cam2 as LLCamera cam1 for front camera and cam2 for back camera my code is : cam1.Initialize(Panel1,"cam1",True) cam1.StartPreview cam2.Initialize(Panel2,"cam2",False) cam2.StartPreview but cam2 only work !
Hi there Can I Show front and back camera together ? I test it with LLCamera and add 2 panel , and add to variable cam1 and cam2 as LLCamera cam1 for front camera and cam2 for back camera my code is : cam1.Initialize(Panel1,"cam1",True) cam1.StartPreview cam2.Initialize(Panel2,"cam2",False) cam2.StartPreview but cam2 only work !
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2015 #2 iOS (and Android) do not support this. Upvote 0
R Ramezanpour Active Member Licensed User Longtime User Apr 8, 2015 #3 Erel said: iOS (and Android) do not support this. Click to expand... How to I can show front cam and back cam together? Upvote 0
Erel said: iOS (and Android) do not support this. Click to expand... How to I can show front cam and back cam together?
Erel B4X founder Staff member Licensed User Longtime User Apr 8, 2015 #4 It is not possible. Upvote 0