Notes on Installing Microsoft Azure Kinect Sensor and Body Tracking SDKs on Linux PC and NVIDIA Jetson Xavier NX
06.12.2020
Jump to:
| # Install Cuda 10.1 and Cudnn 7.6.5 on Ubuntu 18.04 | |
| ## Start clean | |
| sudo apt purge nvidia* | |
| sudo apt remove nvidia-* | |
| sudo rm /etc/apt/sources.list.d/cuda* | |
| sudo apt autoremove && apt autoclean | |
| sudo rm -rf /usr/local/cuda* |
| { | |
| securityVulnerabilities(ecosystem: MAVEN, first: 100) { | |
| nodes { | |
| package { | |
| name | |
| ecosystem | |
| } | |
| vulnerableVersionRange | |
| severity | |
| updatedAt |
| #!/bin/bash | |
| rev="12" | |
| _log(){ | |
| echo "$(date '+%Y-%m-%d %H:%M:%S') - ${streamid} - $1" >> /tmp/ffmpeg.log | |
| } | |
| _log_para(){ | |
| echo "$1" | fold -w 120 | sed "s/^.*$/$(date '+%Y-%m-%d %H:%M:%S') - ${streamid} - = &/" >> /tmp/ffmpeg.log |