avcapturesession专题

iOS AVFoundation/AVCaptureSession实现自定义相机界面录像(三)

要用到的类: AVCaptureSessionAVCaptureVideoPreviewLayerAVCaptureDeviceInputAVCaptureConnectionAVCaptureVideoDataOutputAVCaptureAudioDataOutputAVAssetWriterAVAssetWriterInput     // AVCaptureMovieFileO

iOS AVFoundation/AVCaptureSession实现自定义相机界面拍照(四)拍照、自定义裁剪框、图片查看器

----参考框架: a122273328/Camera https://blog.csdn.net/aa122273328/article/details/72886022 https://github.com/a122273328/Camera 从系统相册选择照片后,自定义裁剪框: LazyDuan/LDImagePicker https://github.com/LazyDuan

AVCaptureSession获取摄像头视频及buffer(可用来自定义相机)

发现自己真的很懒,很久都不想写文章(主要是不知道写什么,太难的不会,太简单的又感觉没必要😔) 这篇文章的初衷是为了获取涉嫌头取到的视频buffer以和本地视频的buffer通过OpenGL混合叠加,跟上一篇是姊妹篇:AVPlayer实现播放视频和AVFoundation获取视频的buffer 还是先上效果图:   效果图.gif   1、创建session // 1 创建sessio