Stanislaw Halik
Stanislaw Halik
Don't uncheck opencv BUILD_ options. It might also be the case that cmake cache is stale. opencv build system is very labyrinthine.
It's my pleasure to confirm working OSX on Mountain Lion and Mavericks :+1:
@uricamic can you update INSTALL noting OSX compatibility?
In the diff posted, can't find a cache variable declaration, that would control static/shared build type. Is shared object version information really necessary, given how the api's relatively stable? Thanks...
Could we at the very least not rename the flandmark_static library? This violates POLA. @uricamic what is status on this issue?
see @sthalik/pachi for underflow fixes
The output of `ls /bin` and `ls /usr/bin` is identical. And there's nothing special in my /etc/fstab either: ``` # For a description of the file format, see the Users...
Can you see if it's any better with the open driver?
Interesting. What happens if you set opentrack to realtime priority?
> The std::tuple_element / std::tuple_size is a C++11 feature already so I wouldn't hide them in any #if compiling_as_cpp17. Having them exposed unconditionally would mean std::get() working with Corrade/Magnum types...