How to use the RSFrame function from bindings

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

2496
2497
2498
2499
2500
2501
2502
2503
2504
2505
  this.cacheMetadata.push({stream: frame.streamType, streamIndex: streamIndex});
  idx = this.cache.length - 1;
} else {
  let frame = this.cache[idx];
  if (!frame.cxxFrame) {
    frame.cxxFrame = new RS2.RSFrame();
  }

  // as cache metadata entries always use actual stream type, we use the actual
  // stream types to easy native from processing stream.STREAM_ANY
fork icon14
star icon10
watch icon5

+ 7 other calls in file

Other functions in bindings

Sorted by popularity

function icon

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