maxmalmgren / DolphiiMote

Easy to use C library providing access to Wiimote and extensions on Windows.
GNU General Public License v2.0
9 stars 6 forks source link

how to use IR ? #6

Open gb2111 opened 6 years ago

gb2111 commented 6 years ago

as in subject. is this possible to activate ir camera ?

Gadir commented 6 years ago

It seems it is not implemented, the corresponding function is empty:

void retrieve_infrared_camera_data(u8 reporting_mode, checked_array data, dolphiimote_wiimote_data &output) {

}

It would be very nice if this is completed, but I am afraid I don't have enough skills in programming to do so.