This page helps you test the new camera live view routes that don't require authentication.
Note: Make sure the React app is running and the camera API is accessible.
Click the links below to test different camera routes:
Camera 1 Live View Camera 2 Live View Camera 3 Live View Camera 10 Live ViewThe camera routes use these backend API endpoints:
POST /cameras/{camera_name}/start-stream - Start streamingGET /cameras/{camera_name}/stream - Get MJPEG streamPOST /cameras/{camera_name}/stop-stream - Stop streaming