Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
hmd_sdk_bridge
Manage
Activity
Members
Labels
Plan
Issues
1
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dalai Felinto
hmd_sdk_bridge
Commits
88ecf46e
Commit
88ecf46e
authored
9 years ago
by
Dalai Felinto
Browse files
Options
Downloads
Patches
Plain Diff
Expand tests to get image dimensions
parent
1f6721a5
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/run-test.py
+5
-0
5 additions, 0 deletions
tests/run-test.py
with
5 additions
and
0 deletions
tests/run-test.py
+
5
−
0
View file @
88ecf46e
...
@@ -29,6 +29,11 @@ def test_oculus():
...
@@ -29,6 +29,11 @@ def test_oculus():
return
return
hmd
=
HMD
()
hmd
=
HMD
()
# get FBO dimensions
print
(
"
Dimensions: (l) {0} x {1} : (r) {2} {3}
"
.
format
(
hmd
.
width_left
,
hmd
.
height_left
,
hmd
.
width_right
,
hmd
.
height_right
))
# cleanup
del
hmd
del
hmd
test_simple
()
test_simple
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment