Add orientation transforms to stream (#77439)

This commit is contained in:
uvjustin 2022-09-06 13:31:36 +08:00 committed by GitHub
parent bb77af71ff
commit 852b0caf5b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 391 additions and 71 deletions

View file

@ -9,6 +9,7 @@ DATA_CAMERA_PREFS: Final = "camera_prefs"
DATA_RTSP_TO_WEB_RTC: Final = "rtsp_to_web_rtc"
PREF_PRELOAD_STREAM: Final = "preload_stream"
PREF_ORIENTATION: Final = "orientation"
SERVICE_RECORD: Final = "record"