Skip to content

Latest commit

 

History

History
executable file
·
46 lines (29 loc) · 961 Bytes

README.md

File metadata and controls

executable file
·
46 lines (29 loc) · 961 Bytes

AVBody

Status Swift

AVBody is a framework using AVFoundation to record and playback ARBody recognition.

I wish Apple would provide this directly, but here we are…

Features

  • AVBodyRecorder records video and body joints from an ARSession
  • AVBodyPlayer uses AVPlayer to pass back body joints to a delegate
  • Audio recording is optional

How it works?

TBD

Installation

CocoaPods

AVBody is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'AVBody'

SwiftPackage

TBD

How to help?

What would you like to see improved?

Roadmap

  • Example app to demonstrate usage
  • Documentation
  • Support Face tracking
  • Support Hand tracking ??

Authors

deeje cooley, deeje.com

  • Initial concept