Skip to content

A quick demo showing how to use AVFoundation to grab video from iOS device and display it in a subview in RubyMotion.

License

Notifications You must be signed in to change notification settings

thinkdevcode/AVFoundationDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A quick demo showing how to use AVFoundation to grab video from iOS device and display it in a subview in RubyMotion.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages