Skip to content

Unit System

Newcar provides three unit systems: frame, s, and ms. The default unit is usually seconds, bound to the app, except for Recorder which uses milliseconds.

Setting the Unit System

ts
app.config.unit = 'frame'
app.config.unit ='s'
app.config.unit ='ms'

Released under the Apache-2.0 license