From 95b794620894979fc32142cce9e8cd9b4afb0679 Mon Sep 17 00:00:00 2001 From: Greg Aring Date: Thu, 25 Feb 2016 14:55:10 -0500 Subject: [PATCH] DK2 Display Descriptor with k1 and polynomial distortion. --- apps/displays/Oculus_Rift_DK2.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/apps/displays/Oculus_Rift_DK2.json b/apps/displays/Oculus_Rift_DK2.json index 8ae845911..b658788f0 100644 --- a/apps/displays/Oculus_Rift_DK2.json +++ b/apps/displays/Oculus_Rift_DK2.json @@ -28,7 +28,12 @@ "distortion": { "k1_red": 1.01999, "k1_green": 1.248, - "k1_blue": 1.48601 + "k1_blue": 1.48601, + "distance_scale_x": 1, + "distance_scale_y": 1, + "polynomial_coeffs_red": [ 0, 1, 0.38 ], + "polynomial_coeffs_green": [ 0, 1, 0.44 ], + "polynomial_coeffs_blue": [ 0, 1, 0.48 ] }, "rendering": { "right_roll": 0,