SLProject  4.2.000
A platform independent 3D computer graphics framework for desktop OS, Android, iOS and online in web browsers
AppDemoSceneVideoTrackMediapipe.cpp File Reference

Implementation for an SLScene inherited class. More...

#include <AppDemoSceneVideoTrackMediapipe.h>
#include <AppCommon.h>
#include <SLAssetLoader.h>
#include <CVCapture.h>
#include <CVTrackedMediaPipeHands.h>
#include <CVTracked.h>
Include dependency graph for AppDemoSceneVideoTrackMediapipe.cpp:

Go to the source code of this file.

Variables

SLGLTexturegVideoTexture
 
CVTrackedgVideoTracker
 
SLNodegVideoTrackedNode
 

Detailed Description

Implementation for an SLScene inherited class.

For more info about App framework and the scene assembly see: https://cpvrlab.github.io/SLProject4/app-framework.html

Date
May 2024
Authors
Marino von Wattenwyl
Remarks
Please use clangformat to format the code. See more code style on https://github.com/cpvrlab/SLProject4/wiki/SLProject-Coding-Style

Definition in file AppDemoSceneVideoTrackMediapipe.cpp.

Variable Documentation

◆ gVideoTexture

SLGLTexture* gVideoTexture
extern

Global pointer for the video texture defined in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine

Definition at line 32 of file AppDemoVideo.cpp.

◆ gVideoTrackedNode

SLNode* gVideoTrackedNode
extern

Global pointer to a node that from witch the gVideoTracker changes the pose. it gets updated in the following onUpdateTracking routine

Definition at line 42 of file AppDemoVideo.cpp.

◆ gVideoTracker

CVTracked* gVideoTracker
extern

Global pointer for a gVideoTracker that is set in AppDemoLoad for video scenes It gets updated in the following onUpdateTracking routine

Definition at line 37 of file AppDemoVideo.cpp.