martin181818 Hi all , Is it possible to view in realtime the cpu and memory usage while the code is running ( example of object detection ) ?
jakaskerl Hi martin181818 Running the script with: DEPTHAI_LEVEL=DEBUG python3 <name of script> will print out usage information. Regards, Jaka