27 skills found
Aevit / SCCaptureCameraA Custom Camera with AVCaptureSession to take a square picture. And the UI is patterned on Instagram.
bradley / IOSSwiftMetalCameraAn example app showing how to use AVCaptureSession with Metal in Swift.
bradley / IOSSwiftOpenGLCameraAn example app showing how use AVCaptureSession and OpenGL to apply shaders to live video (written in Swift).
SiriDx / QrcodeA flutter plugin for scanning QR codes. Use AVCaptureSession in iOS and zxing in Android.
oopsr / AVDecodeiOS中音视频采集,硬编码(AVCaptureSession、VideoToolbox、AudioToolbox)
FlexMonkey / MetalVideoCaptureDemo of Creating a Metal Texture from AVCaptureSession and Applying MetalPerformanceShaders In-Place
create-with-swift / Camera Capture Setup In SwiftUIIn this short tutorial you will learn how to set a camera feed capture in a SwiftUI app.
abdullahselek / TakeASelfieAn iOS framework that uses the front camera, detects your face and takes a selfie.
XiaoDongXie1024 / XDXVideoCapture AVCaptureSessioniOS: Video capture by AVCaptureSession.
VictorZhang2014 / TakeVideoAn iOS project that takes video with customized User Interfaces and water mark and compression by AVFoundation.framework , AVCaptureSession, AVAssetWriter, AVCaptureOutput and AVCaptureDeviceInput etc.
XiaoDongXie1024 / XDXCaptureAVStreamEncodeMuxProjectiOS: Capture video and audio data(by AVCaptureSession and audio unit). Encode origin audio / video data. Final compose audio and video data to generate flv stream by ffmpeg. Write the FLV stream into file.
linh-chu / AVCamSampleA Swift example of using AVCaptureSession in iOS10, which has been simplified from AVCam-iOS Apple sample.
FluidGroup / Capturer📸 A wrapper for AVCaptureSession - The way easier to use the Camera.
deadblit / BarrasA simple and customizable barcode scanning Flutter package for Android and iOS. It uses AVCaptureSession in iOS and ZXing in Android.
sxudan / FFLivekitPublish live stream on iOS from camera to RTMP or RTSP using ffmpeg kit
nitin-agam / Capture PhotoThis repo has created with the example to capture a photo using AVCaptureSession class in Swift language.
bradley / IOSSwiftSimpleAVCameraA simple app showing how to use an AVCaptureSession to setup a custom camera in Swift.
egzonpllana / EMediaPickerEMediaPicker is an iOS package that tries to make the simplest possible way of implementation for AVCaptureSession, AssetsLibrary, and Photos.
lieyunye / VideoRecordDemo视频录制、分段录制 、AVCaptureSession、AVCaptureDevice、AVCaptureDeviceInput、AVCaptureVideoDataOutput、AVAssetWriterInput、
zhonglaoban / AVCaptureSessionVideoRecorder使用AVCaptureSession录制视频