Kyle McDonald
Kyle McDonald
"Error getting gateway MAC address." means that `netifaces` can't grab your gateway for some reason. This isn't a huge deal, because the code should still be able to detect packets...
absolutely! please make a PR!
i did run into a situation while at ycam where i would have liked intrinsics to include distortion, i remember. but i didn't implement it because i couldn't think of...
you're totally right. i can't do this right now, but i would really appreciate if anyone has time to add some descriptions. the best thing would be a comment in...
@avilleret i like that idea. it would be best if it's one or the other, not both. i can see your adding some descriptions already in your fork. want to...
i prefer having it in the `.cpp` to start with, and if it starts to get longer we can move it to a separate file. i think most people using...
this sounds great. if you want to do this in a way that maintains the current API by wrapping static methods the way you describe, i would be glad to...
my ideal is generally to say `Object obj;` in the class (on the heap) then call some kind of `setup()` elsewhere (which is technically dynamic but the allocation is abstracted...
if you're using the master branch of OF can you make sure you are also using the `develop` branch of ofxCv? there have been some big changes to OF recently...
@obviousjim wrote this part of ofxCv he might be able to provide some clarification