bitsy-ai / rpi-object-tracking

Object tracking tutorial using TensorFlow / TensorFlow Lite, Raspberry Pi, Pi Camera, and a Pimoroni Pan-Tilt Hat.
https://medium.com/@grepLeigh/real-time-object-tracking-with-tensorflow-raspberry-pi-and-pan-tilt-hat-2aeaef47e134
MIT License
178 stars 70 forks source link

Add --out/-o option for saving images #18

Open leigh-johnson opened 4 years ago

leigh-johnson commented 4 years ago

If --out/-o is specified, save PiCamera frame buffer to a dir of IMG files.

It's also possible to create a video using ffmpeg if avg FPS metadata is written out as well.