Skip to content

mhfm001/GPUImageVideoPhotoDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GPUImageVideoPhotoDemo

======================

GPUImageVideoPhotoDemo

iOS用です。GPUImageのビデオデバイスから、任意のタイミングで写真用のイメージを取り出すデモプログラムです。

概要

GPUImageのビデオデバイス(GPUImageVideoCamera)のdelegate;willOutputSampleBuffer(ビデオ撮影からサンプルバッファーを得る)が出力するイメージはYUV形式であり、これをRGBに変換してUIImageデータを取り出している。
UIImageデータだと使い勝手がよくなる。

必要なFramework

  • opencv2.framework
  • libGPUImage.a
  • AVFoundation.framework
  • CoreMedia.framework
  • CoreVideo.framework
  • OpenGLES.framework
  • Quartz.framework
  • CoreGraphics.framework
  • UIKit.framework
  • Foundation.framework

参考

About

GPUImageVideoPhotoDemo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published