All Projects → cdpenggod → Cdpvideorecord

cdpenggod / Cdpvideorecord

An video camera,you can have realtime of a beautify,and change camera position,or turn on/off flash.Details see demo.

Projects that are alternatives of or similar to Cdpvideorecord

Daskmaskrcnn
Running Mask-RCNN on Dask with PyTorch
Stars: ✭ 25 (-7.41%)
Mutual labels:  gpu
Android Video Editor
一款Android视频编辑项目,功能有视频拍摄,视频裁剪,视频滤镜,视频压缩
Stars: ✭ 864 (+3100%)
Mutual labels:  camera
Blender For Unrealengine Addons
I have created this addons for export asset from Blender to Unreal Engine 4
Stars: ✭ 885 (+3177.78%)
Mutual labels:  camera
Docker Picamera
Docker container for streaming a Raspberry Pi's camera via HTTP/MJPG
Stars: ✭ 26 (-3.7%)
Mutual labels:  camera
Pytorch Forecasting
Time series forecasting with PyTorch
Stars: ✭ 849 (+3044.44%)
Mutual labels:  gpu
Playpixels
Swift Playground Book for learning image processing.
Stars: ✭ 14 (-48.15%)
Mutual labels:  camera
Media picker
A Flutter Plugin for Selecting and Taking New Photos and Videos.
Stars: ✭ 24 (-11.11%)
Mutual labels:  camera
Picamera
Capture the stream of Images for a Raspberry Pi Camera in GoLang
Stars: ✭ 21 (-22.22%)
Mutual labels:  camera
Ksim
The little simulator that could.
Stars: ✭ 11 (-59.26%)
Mutual labels:  gpu
Cub
Cooperative primitives for CUDA C++.
Stars: ✭ 883 (+3170.37%)
Mutual labels:  gpu
Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (+3003.7%)
Mutual labels:  gpu
Gpusorting
Implementation of a few sorting algorithms in OpenCL
Stars: ✭ 9 (-66.67%)
Mutual labels:  gpu
Docker Tensorflow Keras Gpu
Run Tensorflow and Keras with GPU support on Kubernetes
Stars: ✭ 14 (-48.15%)
Mutual labels:  gpu
Camodet
Lightweight Simple CAmera MOtion DETection application.
Stars: ✭ 26 (-3.7%)
Mutual labels:  camera
Metalpetal
A GPU accelerated image and video processing framework built on Metal.
Stars: ✭ 907 (+3259.26%)
Mutual labels:  gpu
Neanderthal
Fast Clojure Matrix Library
Stars: ✭ 927 (+3333.33%)
Mutual labels:  gpu
Graphvite
GraphVite: A General and High-performance Graph Embedding System
Stars: ✭ 865 (+3103.7%)
Mutual labels:  gpu
Alacritty
Alacritty is a modern terminal emulator that comes with sensible defaults, but allows for extensive configuration. By integrating with other applications, rather than reimplementing their functionality, it manages to provide a flexible set of features with high performance. The supported platforms currently consist of BSD, Linux, macOS and Windows.
Stars: ✭ 36,273 (+134244.44%)
Mutual labels:  gpu
Autooffload.jl
Automatic GPU, TPU, FPGA, Xeon Phi, Multithreaded, Distributed, etc. offloading for scientific machine learning (SciML) and differential equations
Stars: ✭ 21 (-22.22%)
Mutual labels:  gpu
Portfolio Photo
Jekyll based portfolio using Flickr API.
Stars: ✭ 15 (-44.44%)
Mutual labels:  camera

CDPVideoRecord

美颜录制,并可以在录制时随时切换摄像头,开关美颜和开关闪光灯等功能。

An video camera,you can have realtime of a beautify,and change camera position,or turn on/off flash.Details see demo.

Related相关库

CDPVideoEditor: https://github.com/cdpenggod/CDPVideoEditor.git

GPUImage: https://github.com/BradLarson/GPUImage.git

Simple instructions

init初始化

-(instancetype)initWithFrame:(CGRect)frame cameraPosition:(AVCaptureDevicePosition)cameraPosition openBeautify:(BOOL)openBeautify isFullScreen:(BOOL)isFullScreen addToSuperview:(UIView *)superView;

start record开始录制

-(void)startRecording;

end record结束录制

-(NSURL *)finishRecordingAndSaveToLibrary:(BOOL)isSave;

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].