Code Monkey home page Code Monkey logo

osvr-art's People

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

petlutz bberberov

osvr-art's Issues

Code Wrong

i found some errors in the source code of OSVR_ART plugin,maybe just me think it is error,but it is really helpful for me when i modify it.

bool measRunning = m_dTrack->startMeasurement();
if (!measRunning) {
std::cout << PREFIX << "Start measurement failed! " << std::endl;
while (m_dTrack->getMessage()) {
std::cout << "ATC Message: " << m_dTrack->getMessageStatus()
<< "\" \"" << m_dTrack->getMessageMsg() << "\""
<< std::endl;
// ignore this error and continue
if (m_dTrack->getMessageMsg() ==
"measurement already running") {
measRunning = true;
}
}
}

if (!measRunning) {
return OSVR_RETURN_FAILURE;
}

this code check measRunning value
if (!measRunning) { return OSVR_RETURN_FAILURE; }
but when measRunning value is false,the function return false directly,even if measRunning value is false,actually my art measurement is already run when i click start button on my DTrack2 frontsoftware.so when i delete the code if (!measRunning) { return OSVR_RETURN_FAILURE; },compile,run osvr server,it worked well.
am i wrong in another place?
by the way,i want to know how to config a rendermananger config and display config to support 3d vision?
thank you.

Errors failure returned from driver initialization callback by name OSVR_ART

i can complie com_Sensics_ART source code successful,but when i use the com_Sensics_ART.dll start osvr_server.exe,an error appear on the consol
(Error:com_Sensics_ART/OSVR_ART Failure returned from driver initialization call back by name OSVR_ART).
so i debug com_Sensics_ART,when it carried out this line
"OSVR_DeviceInitOptions opts = osvrDeviceCreateInitOptions(ctx);" in ARTDevice calss,it shows Interrupte
(0x02BE08D8 (msvcr120d.dll) (osvr_server.exe) has an unhandled exception: 0xC0000005: Access violation occurred when reading location 0x1800BA3F),why? @rpavlik @godbyk @JeroMiya @russell-taylor @LiaoHongzheng @mars979

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.