Skip to content

Releases: grandelli/WiiC

WiiC 1.2

06 Sep 19:42
Compare
Choose a tag to compare

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