Install YOLOV5 in Rspberry Pi

- Posted in Pengetahuan by

https://medium.com/@elvenkim1/how-to-run-yolov5-successfully-on-raspberry-pi-3f90db518e25

Install Miniconda3 di Raspberry

- Posted in Pengetahuan by

check arsitektur: $uname -a
Install Miniconda3 in arsitektur aarch64:
1. sudo wget https://github.com/conda-forge/miniforge/releases/download/22.9.0-2/Mambaforge-22.9.0-2-Linux-aarch64.sh
2. sudo /bin/bash Mambaforge-22.9.0-2-Linux-aarch64.sh
3. save your time you can just follow me. /home/pi/miniconda3
4. Open your .bashrc file sitting at the location /home/pi/.bashrc and add: export PATH="/home/username/miniconda3/bin:$PATH"
5. need to be reloaded with command: source ~/.bashrc
6. let's test your conda installation wth command: conda init and conda env list or python --version
source: https://stackoverflow.com/questions/71150891/raspberry-pi-3-miniconda-install-aarch64-error

Tensorflow lite was supported by Raspberry 2, 3, 4 and Zero 2. Tensorflow lite wasnot supported by Raspberry 1 and zero.
Complete link : https://www.youtube.com/watch?v=Lyh84KMqUPI

Micro RTSP di ESP32CAM

- Posted in mikrokontroler by

ESP32 code and Library:

  1. Source code Download Github -- ESP32-RTSP-master (https://github.com/circuitrocks/ESP32-RTSP) has a src.ino in the src directory after decompression. Open with arduino IDE
  2. OneButton library https://github.com/mathertel/OneButton
  3. OV2640 library Micro-RTSP sources https://github.com/geeksville/Micro-RTSP
    sumber: https://www-winson.blogspot.com/2023/09/esp32-cam-video-streaming-with-node-red.html
Page 1 of 2