swift - How to record video of front and back camera at a time in iOS -


how record video both front , camera @ time in ios swift. while recording video iphone front camera want open camera , record video. means in 1 video file want cover both sides

i don't think it's record both camera @ 1 time in ios. check avcapturedeviceinput class.

this how catch video session queue

avcapturedevice *videodevice = [iskitacamviewcontroller devicewithmediatype:avmediatypevideo preferringposition:preferredposition];  avcapturedeviceinput *videodeviceinput = [avcapturedeviceinput  deviceinputwithdevice:videodevice error:nil];  [[self session] beginconfiguration]; 

Comments

Popular posts from this blog

javascript - Karma not able to start PhantomJS on Windows - Error: spawn UNKNOWN -

Nuget pack csproj using nuspec -

c# - Display ASPX Popup control in RowDeleteing Event (ASPX Gridview) -