Skip to content

WiiC 1.2

Latest
Compare
Choose a tag to compare
@grandelli grandelli released this 06 Sep 19:42
· 5 commits to master since this release

v1.2 --

    Added:
            -[Mac/Linux] Utility C++ method to enable/disable smoothing for accelerometers
            -[Mac/Linux] wiic-logger now supports timed logging, without any button pressure (useful when you need the device to be still, as for calibration)
            -[Mac/Linux] Added a new C++ method to find and connect to wiimote devices Wii::FindAndConnect()
            -[Mac/Linux] New logging format and support for gyroscope logging
            -[Mac/Linux] New support for gyroscope logging
            -[Mac/Linux] Unlimited device search (in case timeout = 0)

    Changed:
            -[Mac/Linux] Different smoothing algorithm, now directly applied to the raw acc values
            -[Mac/Linux] Support for OpenCV 2.2

    Fixed:
            -[Mac/Linux] Fixed raw gravity vector computation