Skip to content
Snippets Groups Projects

Implements #134 source groups

Merged Nicolas Pope requested to merge feature/134/usegroup into master
2 files
+ 12
0
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -54,6 +54,14 @@ class Group {
*/
void addSource(ftl::rgbd::Source *);
/**
* Add another group to this one. All sources in the other group are made
* available to this group in a synchronised way. There is additional
* overhead in supporting this as additional data copies are required
* internally for all the source frames.
*/
void addGroup(ftl::rgbd::Group *);
/**
* Provide a function to be called once per frame with a valid frameset
* at the specified latency. The function may not be called under certain
Loading