JeVois  1.20
JeVois Smart Embedded Machine Vision Toolkit
Share this page:
VideoDisplayBackend.C File Reference
Include dependency graph for VideoDisplayBackend.C:

Go to the source code of this file.

Macros

#define JEVOIS_EGL_INFO(x)
 

Macro Definition Documentation

◆ JEVOIS_EGL_INFO

#define JEVOIS_EGL_INFO (   x)
Value:
GL_CHECK(eglGetConfigAttrib(itsDisplay, configs[i], x, &val)); \
info += std::string(#x) + '=' + std::to_string(val) + ", ";
GL_CHECK
#define GL_CHECK(stmt)
Simple macro to check for OpenGL errors.
Definition: OpenGL.H:77
jevois::to_string
std::string to_string(T const &val)
Convert from type to string.