For TypeScript projects, use CameraManager instead of calling these endpoints directly — it manages the binary lifecycle, camera connections, and SSE events automatically.
Server Status
GET /api/server/statusServerManager and CameraManager to confirm the server is ready.
Server Logs
GET /api/server/logsNumber of recent log lines
debug, info, warn, or errorShutdown
POST /api/server/shutdownCameraManager.close() and ServerManager.stop() call this before falling back to SIGTERM.

