You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix OpenNI2-FreenectDriver crash on exit (@nneonneo). #400
Notes
Each device that used to provide "0000000000000000" as its camera_serial now provides a valid serial from its audio device instead. This does not affect devices that already provide a valid camera_serial. It does not break code that handles "0000000000000000" devices as a special case, but it may break code that uses that serial to identify K4W.
Audio support is now present in all builds and the BUILD_AUDIO flag is gone. Audio firmware is still required for it to work and may be downloaded with fwfetcher.py. The build process will automatically download the firmware when the BUILD_REDIST_PACKAGE=OFF flag is supplied. Note that the firmware may not be legal to redistribute!