# SurroundCamera **Repository Path**: dinqb/SurroundCamera ## Basic Information - **Project Name**: SurroundCamera - **Description**: SurroundCamera - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-04-24 - **Last Updated**: 2026-04-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # SurroundCamera - 环视摄像头 RTSP 查看器 ## 功能 1. **4路 RTSP 视频流切换** — 顶部下拉选择前/后/左/右摄像头 2. **一键截图** — 截取当前画面,自动缩放到 1080×720 PNG 3. **截图列表** — 跳转新页面查看所有截图,支持点击查看大图、清空 ## RTSP 地址 | 摄像头 | 地址 | |--------|------| | 前 | rtsp://192.168.2.1:554/front | | 后 | rtsp://192.168.2.1:554/back | | 左 | rtsp://192.168.2.1:554/left | | 右 | rtsp://192.168.2.1:554/right | ## 技术栈 - ExoPlayer + media3-exoplayer-rtsp (RTSP播放) - SurfaceView 截帧 + Bitmap 缩放 - RecyclerView + CardView (截图列表) - FileProvider (大图查看) ## 编译 - minSdk 24, compileSdk 34 - 横屏模式 (landscape)