a/vive: Add FoV tweaks for another index HMD

This commit is contained in:
Mateo de Mayo 2023-08-23 13:51:52 -03:00 committed by Jakob Bornecrantz
parent a4a6850094
commit ae1de1f2b5

View file

@ -28,7 +28,7 @@ struct fov_entry
const struct xrt_fov fovs[2];
};
static const struct fov_entry fovs[1] = {
static const struct fov_entry fovs[] = {
{
.device_serial_number = "LHR-4DC3ADD6",
.fovs =
@ -48,6 +48,25 @@ static const struct fov_entry fovs[1] = {
},
},
},
{
.device_serial_number = "LHR-C1BF2059", // @mateosss
.fovs =
{
{
.angle_left = -0.907341,
.angle_right = 0.897500,
.angle_up = 0.953644,
.angle_down = -0.953628,
},
{
.angle_left = -0.897566,
.angle_right = 0.907700,
.angle_up = 0.954293,
.angle_down = -0.952802,
},
},
},
};