SLProject  4.3.020
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
SENSWebCamera.cpp File Reference
#include "SENSWebCamera.h"
#include <SENSException.h>
#include <SENSUtils.h>
#include <Utils.h>
Include dependency graph for SENSWebCamera.cpp:

Go to the source code of this file.

Macros

#define LOG_WEBCAM_WARN(...)   Utils::log("SENSWebCamera", __VA_ARGS__);
 
#define LOG_WEBCAM_INFO
 
#define LOG_WEBCAM_DEBUG
 

Macro Definition Documentation

◆ LOG_WEBCAM_DEBUG

#define LOG_WEBCAM_DEBUG

Definition at line 11 of file SENSWebCamera.cpp.

◆ LOG_WEBCAM_INFO

#define LOG_WEBCAM_INFO

Definition at line 10 of file SENSWebCamera.cpp.

◆ LOG_WEBCAM_WARN

#define LOG_WEBCAM_WARN (   ...)    Utils::log("SENSWebCamera", __VA_ARGS__);

Definition at line 6 of file SENSWebCamera.cpp.