Notes on Installing Microsoft Azure Kinect Sensor and Body Tracking SDKs on Linux PC and NVIDIA Jetson Xavier NX
06.12.2020
Jump to:
| #pragma once | |
| #ifndef HEAP_VAR_HPP | |
| #define HEAP_VAR_HPP | |
| /* | |
| Introduction: | |
| In order not to cause a stack overflow, sometimes you must define | |
| large objects on the heap. But heap variables are somewhat hard to use. |