codeincontext / MacLight

The mac client for MacLight. Sends color data to ArduinoLight devices
31 stars 6 forks source link

Fullscreen OpenGL is no longer supported in Lion #1

Open codeincontext opened 13 years ago

codeincontext commented 13 years ago

Need to use AVFoundation to sample the screen to work in Lion

codeincontext commented 12 years ago

Confirmed: "OpenGL error 0x0506"

Have set program to not sample screen on load, until this issue is fixed.

codeincontext commented 12 years ago

I've got a version using AVCaptureScreenInput + AVCaptureVideoDataOutput in order to capture the screen in 10.7. Having some issues with the current implementation, mainly that it's using too much CPU

fredriklindberg commented 11 years ago

Any chance you could share what you have, even if it's not perfect?