This repository was archived by the owner on Aug 22, 2024. It is now read-only.
update k4a c++ functions to support function chaining #1514
Labels
Enhancement
New feature or request
I request all possible k4a C++ functions be updated to support function chaining.
In general this means all possible functions do not return
void
. Instead, they return references to their own class.For example
The sdk code changes are trivial. For example...
The text was updated successfully, but these errors were encountered: