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