Last active
July 13, 2016 20:15
-
-
Save grigorkh/cd1640a2e1e5a7a5606a5fd6c458a15d to your computer and use it in GitHub Desktop.
qr.eyme.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Usage: | |
{ | |
"GET": "https://qr.eyme.io/api/?url=http://goo.gl/9DhbLX" | |
} | |
Response Example: | |
{ | |
"vendor":"Gago Inc.", | |
"model":"Aram", | |
"screen_to_lens_distance":0.041999999433755875, | |
"inter_lens_distance":0.05999999865889549, | |
"left_eye_field_of_view_angles":[ | |
50, | |
50, | |
50, | |
50 | |
], | |
"vertical_alignment":0, | |
"tray_to_lens_distance":0.03400000184774399, | |
"distortion_coefficients":[ | |
0.03999999910593033, | |
0.11999999731779099 | |
], | |
"has_magnet":false, | |
"primary_button":2 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment