-
-
Notifications
You must be signed in to change notification settings - Fork 267
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, … )
from jtop import jtop
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()
Developer and maintainer Raffaello Bonghi