From 42533bf63c044f7073ab5768407643dda8e412d7 Mon Sep 17 00:00:00 2001 From: legop3 Date: Mon, 1 Dec 2025 21:35:49 -0500 Subject: [PATCH] room cam rework planning --- plans/room_camera_conversion_outline.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 plans/room_camera_conversion_outline.md diff --git a/plans/room_camera_conversion_outline.md b/plans/room_camera_conversion_outline.md new file mode 100644 index 00000000..34a1ae31 --- /dev/null +++ b/plans/room_camera_conversion_outline.md @@ -0,0 +1,10 @@ +# general idea +- convert room cameras from webrtc h264 streams to 4fps jpegs sent over socket.io + +## requirements +- make updated services for server and pi room cams +- no backwards compatability is needed +- room cameras are both 4:3, make sure they show as such in the UI +- remove anything related to the webRTC room cams +- send the jpegs efficiently (as binary) +- make sure the room cams are still authed as they are now \ No newline at end of file