A sample OpenVX application that creates bubbles and donuts on a live camera feed using OpenVX graph execution and OpenCV for display.
- MIVisionX installed (see installation instructions)
- OpenCV
3.4or later - A connected camera
These apps are built separately against an installed MIVisionX using the apps/CMakeLists.txt:
mkdir pop-build && cd pop-build
cmake ../MIVisionX/apps/bubble_pop/
make# Bubbles mode
./vxPop --bubble
# Donuts mode
./vxPop --donut