camtrap-detector
camtrap-detector copied to clipboard
Video support?
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.
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