Skip to content
forked from organi2e/UVC

A UVC interface for the MacOS compatible camera implemented with Swift 5

License

Notifications You must be signed in to change notification settings

dmikushin/uvccompat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A UVC interface for the MacOS compatible camera

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 MacOS compatible camera implemented with Swift 5

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%