PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University. More...
#include "config_vision.h"
#include "openCVTexture.h"
#include "webcamVideo.h"
#include "webcamVideoCursorOpenCV.h"
#include "webcamVideoOpenCV.h"
#include "webcamVideoCursorV4L.h"
#include "webcamVideoV4L.h"
#include "pandaSystem.h"
#include "texturePool.h"
#include "dconfig.h"
Go to the source code of this file.
Functions | |
Configure (config_vision) | |
ConfigureFn (config_vision) | |
void | init_libvision () |
Initializes the library. More... | |
NotifyCategoryDef (vision, "") | |
Variables | |
ConfigVariableBool | v4l_blocking ("v4l-blocking", false, PRC_DESC("Set this to true if you want to block waiting for webcam frames.")) |
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.
All rights reserved.
All use of this software is subject to the terms of the revised BSD license. You should have received a copy of this license along with this source code in a file named "LICENSE."
Definition in file config_vision.cxx.
void init_libvision | ( | ) |
Initializes the library.
This must be called at least once before any of the functions or classes in this library can be used. Normally it will be called by the static initializers and need not be called explicitly, but special cases exist.
Definition at line 48 of file config_vision.cxx.
References PandaSystem::add_system(), PandaSystem::get_global_ptr(), TexturePool::get_global_ptr(), and TexturePool::register_texture_type().