Skip to content

Commit

Permalink
Adjust line width according to NodeJs formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-mp committed Nov 7, 2022
1 parent 1b0e06b commit e2f1f9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wrappers/nodejs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5685,7 +5685,10 @@ const frame_metadata = {
*/
FRAME_METADATA_LOW_LIGHT_COMPENSATION: RS2.RS2_FRAME_METADATA_LOW_LIGHT_COMPENSATION,
/**
* Emitter mode: 0 - all emitters disabled. 1 - laser enabled. 2 - auto laser enabled (opt). 3 - LED enabled (opt).
* Emitter mode: 0 - all emitters disabled.
* 1- laser enabled.
* 2 - auto laser enabled (opt).
* 3 - LED enabled (opt).
* <br>Equivalent to its lowercase counterpart
* @type {Integer}
*/
Expand Down

0 comments on commit e2f1f9b

Please sign in to comment.