mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-05-07 05:55:27 +03:00
|
Some checks are pending
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions
* use ReplayState enum * extract shared ffmpeg progress helper * make start call non-blocking with worker thread * expose replay state on status endpoint and return 202 from start * cancel in-flight ffmpeg when stop is called during preparation * add replay i18n strings for preparing and error states * show status in replay UI * navigate immediately on 202 from debug replay menus and dialog * remove unused * simplify to use Job infrastructure * tests * cleanup and tweaks * fetch schema * update api spec * formatting * fix e2e test * mypy * clean up * formatting * fix * fix test * don't try to show camera image until status reports ready * simplify loading logic * fix race in latest_frame on debug replay shutdown * remove toast when successfully stopping it gets hidden almost immediately |
||
|---|---|---|
| .. | ||
| http_api | ||
| __init__.py | ||
| const.py | ||
| test_birdseye.py | ||
| test_camera_pw.py | ||
| test_chat_find_similar_objects.py | ||
| test_config.py | ||
| test_copy_yuv_to_position.py | ||
| test_debug_replay_job.py | ||
| test_debug_replay.py | ||
| test_deferred_processor.py | ||
| test_env.py | ||
| test_export_progress.py | ||
| test_ffmpeg_presets.py | ||
| test_ffmpeg_progress.py | ||
| test_file.py | ||
| test_gpu_stats.py | ||
| test_maintainer.py | ||
| test_motion_detector.py | ||
| test_obects.py | ||
| test_object_detector.py | ||
| test_output_ws_auth.py | ||
| test_preview_loader.py | ||
| test_profiles.py | ||
| test_proxy_auth.py | ||
| test_record_retention.py | ||
| test_reduce_boxes.py | ||
| test_storage.py | ||
| test_video.py | ||
| test_webpush_camera_monitoring.py | ||
| test_ws_auth.py | ||
| test_yuv_region_2_rgb.py | ||