You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add toggles for RTSP and hardware encoding
Added a switch for RTSP and a spinner for hardware encoding selection (H.264, H.265, AV1, VP9) to the camera interface.
- Updated `CameraFragment` layout and logic to handle the new controls.
- Updated `ViewState` and `Data` parcelables to sync state with `CamEngine`.
- Implemented `getSupportedEncodings` in `CamEngine` to dynamically list available hardware encoders.
- Added logging for the selected settings (streaming implementation pending).
Co-authored-by: manupawickramasinghe <[email protected]>