Multi-CSI camera support: When multiple CSI cameras are connected, each camera now appears as a separate selectable device (e.g., "Raspberry Pi Camera 0 - imx219" and "Raspberry Pi Camera 1 - imx708")
Dynamic resolution detection: CSI camera resolutions and maximum FPS are now automatically detected from the connected sensor rather than using hardcoded values
Per-camera capabilities: Each CSI camera displays its actual supported modes, allowing different camera models (imx219, imx708, etc.) to show their specific resolutions and frame rates
Added multi-architecture support for arm64 and amd64 platforms. UAVcast is no longer limited to Raspberry Pi boards and now runs on a wider range of hardware including NVIDIA Jetson Nano, x86/x64 systems, and other arm64/amd64 compatible devices.
Fixed telemetry port configuration not being saved correctly when using diffrent port than default 14550.
Fixed endpoint naming conflicts when using multiple destinations with the same IP address but different ports -
endpoint names now include port number (e.g., [UdpEndpoint 10.0.0.10:14550])
This is a major release with many changes for performance and stability.
Backend has been rewritten in Rust for better performance and lower resource usage. This will improve the user experience on low end devices like Raspberry Pi Zero. The total package size has been reduced by 70%.
New Flight Map page.
New Mission Planner page for creating / editing missions directly from the web interface.
New Mavlink Inspector page for viewing raw mavlink messages.
New Radio page for viewing configured RC channels.
New network priority settings to prioritize between WiFi and Modem connections. This will make it easier to test Uavcast over LTE while having a WiFi
connection.
New User Management page for adding/removing users and setting permissions.
Better camera support with improved stability and performance. Uavcast now uses the mediamtx library for internal camera handling and streaming.
New overhauled live preview, uavcast using MediaMtx for local preview in camera and FlightMap page.