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
Post a Comment