An aquarium application that imports self-painted fish from photo or webcam and animates them in a swarm that follows the rules of the flocking boids algorithm. Image recognition was implemented with opencv and aruco markers.
Requirements:
- python3 >= 3.9
- ffmpeg
python3 -m venv .venv
source .venv/bin/activate
pip3 install -r requirements.txt
source .venv/bin/activate
python main.py
c
: Capture drawing from webcamf
: Feed fishesm
: Mute/Unmutew
,a
,s
,d
: Move submarine
You can print out temaplates and colorize them as you like.
To import your drawings into the fish tank, make sure the programm is running and then
- place a photo of your drawing (jpg or png) into data/inbound or
- press
c
to use the computer's camera for import
Software / Source Code
Copyright 2024, Tilman Moser
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Resources
Video by KiFoKu
Audio by GioeleFazzeri
Fishes from https://freesvg.org/ (CC0)