How to use the RSFrameSet function from bindings
Find comprehensive JavaScript bindings.RSFrameSet code examples handpicked from public code repositorys.
2384 2385 2386 2387 2388 2389 2390 2391 2392 2393
* @property {DepthFrame|undefined} depthFrame - The depth frame in the frameset. * @property {VideoFrame|undefined} colorFrame - The color frame in the frameset. */ class FrameSet { constructor(cxxFrameSet) { this.cxxFrameSet = cxxFrameSet || new RS2.RSFrameSet(); this.cache = []; this.cacheMetadata = []; this.__update(); }
14
10
5
+ 3 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)