# Allgemeines zum Arbeiten auf einem Jetson Nano Mit "cat > dateiname.txt" Datei erstellen.
Mit "mv quelldateiort zielort" Datei verschieben. USB exFat fileformat hinzufügen: - sudo apt-get install exfat-utils exfat-fuse ## Zu den Kameras: - Programm installieren - sudo apt-get install v4l-utils - Zeigt alle Kameras an - v4l2-ctl --list-devices - kameras testen mit - nvgstcapture-1.0 - nvgstcapture-1.0 --orientation 2 Dreht das Bild/Video um 180°
(Funktioniert noch nicht für die Raspberry Pi Kamera) ## Zu Anaconda: *Standardumgebung einstellen* - conda config --set auto_activate_base false *Anaconda Enviroment erstellen* - conda create -n jupyter python=3.9 *Environment aktivieren* - conda activate jupyter *Environment deaktivieren* - conda deactivate *Pakete installieren* - pip install Paketname *Konfig ändern* - vim /home/chris/.jupyter/jupyter_notebook_config.py *Passwort erstellen* - jupyter notebook password (z.B. 9080) *python kernel mit jupyter verbinden (optional)* - python -m ipykernel install --user