install VMWare for your system install and set up Raspberry Pi Desktop
make sure cmake version is >=3.16
cmake --version
if not follow: https://snapcraft.io/install/cmake/debian#install
sudo apt update && sudo apt upgrade -y
sudo apt install -y curl
sudo apt-get install -y libcurl4-openssl-dev
sudo apt-get install libgtk2.0-dev libgtk-3-dev pkg-config
sudo apt-get install qt5-default
if OpenCV is not installed run the following in the project directory.
bash ./install_opencv.sh
ALSA utils
sudo apt-get install -y alsa-utils
alsamixer
Use arrow keys to increase PCM and Aux volume. Hit ESC To save what you changed in alsamixer as defaults:
$ sudo alsactl store 0
test for facial recognition
# Build
mkdir build
cd build
cmake ..
make
# Run
./cs3307