Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6f2a0f7a authored by Mark Urbanus's avatar Mark Urbanus Committed by Alex Vakulenko
Browse files

Pose orientation was rotated 90 degrees on dvr devices

Orientation property namespace did not match BoardConfig. Change the property
namespace from dvr.* to ro.dvr.*.

Test: Validated pose orientation is correct.
Bug: 34771765
Change-Id: Icca084b19b3e9a8bcfb4bcaa512df07974a9240a
parent d04162a9
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -57,8 +57,7 @@ static constexpr char kDisablePosePredictionProp[] =

// Device type property for controlling classes of behavior that differ
// between devices. If unset, defaults to kOrientationTypeSmartphone.
static constexpr char kOrientationTypeProp[] = "dvr.orientation_type";

static constexpr char kOrientationTypeProp[] = "ro.dvr.orientation_type";
static constexpr char kEnableSensorRecordProp[] = "dvr.enable_6dof_recording";
static constexpr char kEnableSensorPlayProp[] = "dvr.enable_6dof_playback";
static constexpr char kEnableSensorPlayIdProp[] = "dvr.6dof_playback_id";