How to use the RSSyncer function from bindings

Find comprehensive JavaScript bindings.RSSyncer code examples handpicked from public code repositorys.

3008
3009
3010
3011
3012
3013
3014
3015
3016
3017
3018
/**
 * Syncer class, which is used to group synchronized frames into coherent frame-sets.
 */
class Syncer {
  constructor() {
    this.cxxSyncer = new RS2.RSSyncer();
    this.frameSet = new FrameSet();
  }


  /*
fork icon14
star icon10
watch icon5

+ 3 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)