Skip to content

library

Raffaello Bonghi edited this page May 10, 2020 · 8 revisions

JTOP is a complete controller of all systems in your NVIDIA Jetson

  • Tegrastats
  • NVP Model
  • Fan
  • Status board (i.g. Model version, Jetpack, … )

You can initialize the jtop node like a file i.g.

with jtop() as jetson:
    stat = jetson.stats

Or manually start up with the basic function open/close

jetson = jtop()
jetson.open()
stat = jetson.stats
jetson.close()
Clone this wiki locally