Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 269 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 269 Bytes

opencv-metal-pipeline

  • Retrieval of camera output through AVFoundation
  • Convertion of camera output to input cv::Mat for processing
  • Convertion of processed cv::Mat to MTLTexture
  • Rendering of processed texture using a simple Metal pipeline in real time