Tutorial on Camera Input

Hi , just wondering if there are any tutorials online for camera input within JUCE?

Many thanks

The camera demo in the Demo Runner would be a good palce to start: JUCE/examples/GUI/CameraDemo.h at 29396c22c93392d6738e021b83196283d6e4d850 · juce-framework/JUCE · GitHub

Oh great, i didnt realise that this existed Thank you so much for pointing me in the right direction :+1:

1 Like

If you’re developing for macOS or iOS, don’t forget you’ll need to add the NSCameraUsageDescription to your Projucer settings (under the plist section) or the app will just crash when you try to open the camera. Spent way too long debugging that myself once!

Lol I came across this issue too thanks for the help