This app will join your Zoom Video SDK session, display videos from all users and detect "banana" from the video. This app is to demostrate using of Zoom Video SDK's Raw Data. It uses OpenCV to detect object.
You much have an account subscribed Zoom Video SDK.
Find your Video SDK key and secret.
Generate your JWT with this script.
sudo apt update
sudo apt install -y unzip wget
wget -O opencv.4.6.0.zip https://codeload.github.com/opencv/opencv/zip/refs/tags/4.6.0
unzip opencv.4.6.0.zip
cd opencv.4.6.0
cmake -B build
cd build
make -j20
sudo make install
sudo apt install -y libgl1-mesa-dev
Open and build the code with Qt Creator.
Copy the banana_classifier.xml to the running folder.
Start the app from Qt Creator.