How to use the RSColorizer function from bindings

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

1753
1754
1755
1756
1757
1758
1759
1760
1761
1762
 * The Colorizer can be used to quickly visualize the depth data by tranform data into RGB8 format
 */
class Colorizer extends Options {
  constructor() {
    super();
    this.cxxColorizer = new RS2.RSColorizer();
    this.cxxColorizer.create();
    this.setCxxOptionsObject(this.cxxColorizer);
    this.depthRGB = new VideoFrame();
  }
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)