camtrap-detector icon indicating copy to clipboard operation
camtrap-detector copied to clipboard

Video support?

Open wsyxbcl opened this issue 10 months ago • 2 comments

wsyxbcl avatar Apr 19 '24 08:04 wsyxbcl

Currently there is no video support but I have received this request before so shall keep the issue open as a feature request for future development.

bencevans avatar Apr 19 '24 08:04 bencevans

A current alternative would be to use a tool to extract frames and run CamTrap Detector over these. If familiar with command line tooling, this can be achieved with ffmpeg:

ffmpeg -i input.mp4 -r 1 output_%04d.jpg

bencevans avatar Apr 19 '24 08:04 bencevans