fix: classification top-1, dynamic result field, removed crop filter
Some checks failed
Build Worker Base and Application Images / check-base-changes (push) Failing after 16s
Build Worker Base and Application Images / build-base (push) Has been skipped
Build Worker Base and Application Images / build-docker (push) Successful in 3m31s
Build Worker Base and Application Images / deploy-stack (push) Successful in 25s

This commit is contained in:
ziesorx 2025-10-20 14:52:59 +07:00
parent 498b285e80
commit 5e59e00c55
2 changed files with 88 additions and 29 deletions

View file

@ -113,8 +113,8 @@ class FFmpegRTSPReader(VideoReader):
cmd = [
'ffmpeg',
# DO NOT REMOVE
'-hwaccel', 'cuda',
'-hwaccel_device', '0',
# '-hwaccel', 'cuda',
# '-hwaccel_device', '0',
# Real-time input flags
'-fflags', 'nobuffer+genpts',
'-flags', 'low_delay',