From 0177e56308dd93e575eb52a05f687ae88440b9a5 Mon Sep 17 00:00:00 2001 From: Pavel Kulik Date: Tue, 16 Jan 2024 20:06:52 -0800 Subject: [PATCH] Enable juce camera --- JuceLibraryCode/modules/juce_video/juce_video.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JuceLibraryCode/modules/juce_video/juce_video.h b/JuceLibraryCode/modules/juce_video/juce_video.h index f6056caa9..53e27ca63 100644 --- a/JuceLibraryCode/modules/juce_video/juce_video.h +++ b/JuceLibraryCode/modules/juce_video/juce_video.h @@ -62,11 +62,11 @@ Enables camera support using the CameraDevice class (Mac, Windows, iOS, Android). */ #ifndef JUCE_USE_CAMERA - #define JUCE_USE_CAMERA 0 + #define JUCE_USE_CAMERA 1 #endif #ifndef JUCE_CAMERA_LOG_ENABLED - #define JUCE_CAMERA_LOG_ENABLED 0 + #define JUCE_CAMERA_LOG_ENABLED 1 #endif #if JUCE_CAMERA_LOG_ENABLED