Skip to content

Commit

Permalink
chore: more streams
Browse files Browse the repository at this point in the history
  • Loading branch information
mosure committed Mar 11, 2024
1 parent 5ce10a5 commit 5a7cb8c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ rust bevy light field camera array tooling
- [X] person segmentation post-process (batch across streams)
- [X] async segmentation model inference
- [X] foreground extraction post-process and visualization mode
- [ ] recording session timeline viewer
- [ ] camera array calibration (extrinsics, intrinsics, color)
- [ ] camera position visualization
- [ ] playback nersemble recordings with annotations
- [ ] 3d reconstruction dataset preparation
- [ ] real-time 3d reconstruction viewer

Expand Down
11 changes: 10 additions & 1 deletion assets/streams.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
[
"rtsp://192.168.1.22/stream/main",

"rtsp://192.168.1.23/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.24/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.25/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.26/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.27/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.28/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.29/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.30/user=admin&password=admin123&channel=1&stream=0.sdp?"
"rtsp://192.168.1.30/user=admin&password=admin123&channel=1&stream=0.sdp?",

"rtsp://192.168.1.31/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.32/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.33/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.34/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.35/user=admin&password=admin123&channel=1&stream=0.sdp?",
"rtsp://192.168.1.36/user=admin&password=admin123&channel=1&stream=0.sdp?"
]

0 comments on commit 5a7cb8c

Please sign in to comment.