Skip to content

Cross-platform (iOS/Android) C++ interface for the hardware camera

Notifications You must be signed in to change notification settings

necula/native-camera

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

native-camera (2014)

#####This is a cross-platform C++ interface that you can use to get access to the hardware camera on iOS & Android devices. I wrote this for a game where we needed to update an OpenGL texture with the camera feed.

It supports live video feed, picture capturing and focusing. Check Camera.h for a quick overview.

######Quick start: Implement the two callbacks (FrameUpdateCallback & PhotoSavedCallback) in your delegate object, call GetCamera() & Start() and then call Update() whenever you need the video feed.

About

Cross-platform (iOS/Android) C++ interface for the hardware camera

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published