12.07.2022
- Ubuntu 20.0.4
- ROS Noetic
- apt OpenCV v4.2.0
- upstream OpenCV v4.6.0
| #!/bin/sh | |
| # get your audio device name by | |
| # pactl list | grep -A2 'Source' | grep input | |
| # The main difference from the original (https://gist.github.com/BOOtak/2550b1d2701ee18714a784e472ba6a54) | |
| # is usage of the compositor instead of videomixer | |
| # https://gstreamer.freedesktop.org/documentation/compositor/index.html?gi-language=c#compositor | |
| gst-launch-1.0 -e \ | |
| compositor name=mix \ | |
| ! videoconvert \ |
| #!/bin/env bash | |
| # Installation script for students who dont want to do it by theirselves. | |
| # PVS_Studio info is here: | |
| # https://pvs-studio.com/en/ | |
| # set -o xtrace | |
| set -e | |
| trap 'echo "$0: \"${last_command}\" command failed with exit code $?"' ERR | |
| MY_DISTRO=$(cat /etc/*-release | tr [:upper:] [:lower:] | grep -Poi '(debian|ubuntu|manjaro|arch)' | uniq | head -n 1) |
ifconfigifconfig device_name 169.254.230.91 netmask 255.255.0.0169.254.126.105firstly check, where is your sd card:
sudo fdisk -l
then run the util and create the table with partitions
sudo fdisk /dev/sdx