Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 330 Bytes

Readme.md

File metadata and controls

8 lines (6 loc) · 330 Bytes

This RubyMotion code snippet goes over AVFoundation classes:

  • AVCaptureSession
  • AVCaptureVideoPreviewLayer
  • AVCaptureDevice
  • AVCaptureDeviceInput

It also shows how to place a transparent layer on top of the AVCaptureVideoPreviewLayer so you can “draw” using touch on the live video feed. Sort of like augmented reality.