iOS Question Show front and back camera together

Ramezanpour

Active Member
Licensed User
Longtime User
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 !
 
Top