• Joined on 2025-03-16
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-09 12:23:26 +00:00
10fe6f95dd perf(vida): Phase 2-3 optimizations and FFmpeg hardware decode fallback
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-08 15:27:27 +00:00
275fb05636 feat(edge-client): add OpenCV camera backend with macOS authorization support
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-06 17:08:16 +00:00
6e819e0a53 feat: integrate Vida detection with event system and storage
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-06 17:04:05 +00:00
6c846976f5 docs: update project documentation with Vida detection algorithm
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-06 16:14:17 +00:00
038f664449 chore: clean up project structure
grabbit pushed to main at grabbit/meteor_detection_system 2026-01-06 16:02:28 +00:00
6910a247b6 feat: implement Vida meteor detection algorithm
f557c06771 feat: complete database schema migration to UUID primary keys
1c272140d9 fix: resolve camera settings click and subscription API errors
95353ae2d7 chore: clean up project structure
Compare 4 commits »
grabbit pushed to main at grabbit/meteor_detection_system 2025-11-02 16:11:39 +00:00
grabbit pushed to master at grabbit/rabbit-obsidian 2025-10-07 16:46:02 +00:00
6b9c3f8b09 vault backup: 2025-10-08 00:07:26
c37af1dcd3 vault backup: 2025-10-08 00:02:47
bb36510c57 vault backup: 2024-12-16 22:38:01
4e4477d34e vault backup: 2024-12-16 22:32:37
Compare 4 commits »
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-14 15:40:35 +00:00
56f957a346 remove duplicate hardware
2c90276e3e fix: resolve cross-compilation issues for ARM64 Linux
Compare 2 commits »
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-13 00:48:42 +00:00
13ce6ae442 feat: implement complete edge device registration system
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-11 23:21:46 +00:00
b9c2b7e17d memory optimize
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-11 11:04:31 +00:00
d272a38247 polish frontend
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-10 08:07:16 +00:00
f1ba9ff742 add history,analysis,camera... pages
12708e6149 display
3a014a3d20 fix:页面和node后端ok;
Compare 3 commits »
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-03 15:42:42 +00:00
ca7e92a1a1 🎉 Epic 3 Complete: Production Readiness & Observability
grabbit pushed to main at grabbit/meteor_detection_system 2025-08-03 02:39:17 +00:00
8fd0d12ed9 remove binary files
46d8af6084 🎉 Epic 2 Milestone: Successfully completed the final story of Epic 2: Commercialization & Core User Experience with full-stack date filtering functionality.
a04d6eba88 🎉 Epic 1 Complete: Foundation, User Core & First Light
grabbit created branch main in grabbit/meteor_detection_system 2025-08-03 02:39:17 +00:00
grabbit created repository grabbit/meteor_detection_system 2025-08-03 02:35:45 +00:00
grabbit pushed to main at grabbit/meteor_detect 2025-06-29 03:57:15 +00:00
1254e5e829 feat: 把solve-field抽象出来,因为linux和mac下参数行为不一致;
grabbit pushed to main at grabbit/meteor_detect 2025-06-29 03:53:53 +00:00
aea16be92e feat: 把solve-field抽象出来,因为linux和mac下参数行为不一致;
grabbit pushed to main at grabbit/meteor_detect 2025-06-28 11:55:12 +00:00
52a5463664 feat: 在 open_file() 中添加视频预加载和准备检查 ; 在 capture loop 中添加启动等待期和区分启动错误与运行时错误; 添加视频文件就绪状态检查函数; 优化错误处理逻辑,避免过早关闭;