.net - Field of view angles for the Kinect depth camera -


using kinect windows , 1.8 sdk following values:

sensor.depthstream.nominalhorizontalfieldofview = 117 sensor.depthstream.nominalverticalfieldofview = 91.2 

compared site, kinect comparison, values aren't close. should seeing values closer "fov of 70.6 x 60 degrees". wanted make code generic across different devices. how accurate values fovs?


Comments

Popular posts from this blog

sql server - Cannot query correctly (MSSQL - PHP - JSON) -

php - trouble displaying mysqli database results in correct order -

C++ Linked List -