Skip to content

Commit

Permalink
Enable juce camera
Browse files Browse the repository at this point in the history
  • Loading branch information
medengineer committed Jan 17, 2024
1 parent f017c64 commit 0177e56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JuceLibraryCode/modules/juce_video/juce_video.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0177e56

Please sign in to comment.