We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, i have a problem with the position tracking of the OSVR. I'm using OSVR HDK2 and the following config file: { "sleep": 0,"meta": { "schemaVersion": 1 }, "renderManagerConfig": { "debugView": true, "directModeEnabled": true, "directDisplayIndex": 0, "directHighPriorityEnabled": true, "numBuffers": 2, "verticalSyncEnabled": true, "verticalSyncBlockRenderingEnabled": true, "renderOverfillFactor": 1.2, "renderOversampleFactor": 1, "window": { "title": "OSVR", "fullScreenEnabled": true, "xPosition": 1920, "yPosition": 0 },"display": { "rotation": 180, "bitsPerColor": 8 }, "prediction": { "enabled": true, "staticDelayMS": 26, "leftEyeDelayMS": 0, "rightEyeDelayMS": 0, "localTimeOverride": true }, "timeWarp": { "enabled": true, "asynchronous": false, "maxMsBeforeVSync": 5 } } "display": "displays/OSVR_HDK_2_0.json", "drivers": [ { "plugin": "org_osvr_unifiedvideoinertial", "driver": "UnifiedTrackingSystem", "params": { "showDebug": false, "headCircumference": 58.42 } } ],"aliases": { "/trackingCamera": "/org_osvr_unifiedvideoinertial/UnifiedTrackingSystem/semantic/camera" },"plugins": [ "com_osvr_VideoCapture_OpenCV" ] } The position retrieved by the camera is higher than (0,0,0). In the images underneath there are two images showing the issue:
{ "sleep": 0,"meta": { "schemaVersion": 1 }, "renderManagerConfig": { "debugView": true, "directModeEnabled": true, "directDisplayIndex": 0, "directHighPriorityEnabled": true, "numBuffers": 2, "verticalSyncEnabled": true, "verticalSyncBlockRenderingEnabled": true, "renderOverfillFactor": 1.2, "renderOversampleFactor": 1, "window": { "title": "OSVR", "fullScreenEnabled": true, "xPosition": 1920, "yPosition": 0 },"display": { "rotation": 180, "bitsPerColor": 8 }, "prediction": { "enabled": true, "staticDelayMS": 26, "leftEyeDelayMS": 0, "rightEyeDelayMS": 0, "localTimeOverride": true }, "timeWarp": { "enabled": true, "asynchronous": false, "maxMsBeforeVSync": 5 } } "display": "displays/OSVR_HDK_2_0.json", "drivers": [ { "plugin": "org_osvr_unifiedvideoinertial", "driver": "UnifiedTrackingSystem", "params": { "showDebug": false, "headCircumference": 58.42 } } ],"aliases": { "/trackingCamera": "/org_osvr_unifiedvideoinertial/UnifiedTrackingSystem/semantic/camera" },"plugins": [ "com_osvr_VideoCapture_OpenCV" ] }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, i have a problem with the position tracking of the OSVR. I'm using OSVR HDK2 and the following config file:
{ "sleep": 0,"meta": { "schemaVersion": 1 }, "renderManagerConfig": { "debugView": true, "directModeEnabled": true, "directDisplayIndex": 0, "directHighPriorityEnabled": true, "numBuffers": 2, "verticalSyncEnabled": true, "verticalSyncBlockRenderingEnabled": true, "renderOverfillFactor": 1.2, "renderOversampleFactor": 1, "window": { "title": "OSVR", "fullScreenEnabled": true, "xPosition": 1920, "yPosition": 0 },"display": { "rotation": 180, "bitsPerColor": 8 }, "prediction": { "enabled": true, "staticDelayMS": 26, "leftEyeDelayMS": 0, "rightEyeDelayMS": 0, "localTimeOverride": true }, "timeWarp": { "enabled": true, "asynchronous": false, "maxMsBeforeVSync": 5 } } "display": "displays/OSVR_HDK_2_0.json", "drivers": [ { "plugin": "org_osvr_unifiedvideoinertial", "driver": "UnifiedTrackingSystem", "params": { "showDebug": false, "headCircumference": 58.42 } } ],"aliases": { "/trackingCamera": "/org_osvr_unifiedvideoinertial/UnifiedTrackingSystem/semantic/camera" },"plugins": [ "com_osvr_VideoCapture_OpenCV" ] }
The position retrieved by the camera is higher than (0,0,0). In the images underneath there are two images showing the issue:
The text was updated successfully, but these errors were encountered: