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
When I do "make" command, I have the following error, any idea?
libfreenect/OpenNI2-FreenectDriver/src/VideoStream.hpp:56:40:
error: unexpected type name 'int64_t': expected expression
uint64_t temp_delta = std::abs<int64_t>(timestamp - prev_int);