Skip to content
/ UVC Public

a UVC interface for the compatible camera implemented with swift4

License

Notifications You must be signed in to change notification settings

organi2e/UVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UVC

This framework provides an interface of UVC for the compatible camera with AVFoundation.
i.e.

let aDevice: AVCaptureDevice  
let uvc: UVC = try UVC(device: aDevice)  
  
uvc.autoFocus = false  
uvc.focus = 0.9  

About

a UVC interface for the compatible camera implemented with swift4

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published