Matt Felsen

Results 36 comments of Matt Felsen

I haven't tested multiple cameras personally - that code was contributed via a pull request. I imagine the slowest part of the code is the depth rescaling, where the raw...

I also meant to mention that 1.5fps seems extremely slow though. It's possible there's something else going on in your code that is slow. Have you profiled your code? There...

Your problem with the `cv::Mat` approach is probably due to using the wrong format. Have you tried `CV_16UC1` or whatever its equivalent would be? The raw values are 16bit shorts...

Hey guys. I'm considering going down the rabbit hole that is CEF :stuck_out_tongue_closed_eyes: I'm seeing the same thing here, no `libcef_dll_wrapper.a` in the addon or in the downloads from cefbuilds.com....

Believe it or not this isn't for Windows (I've escaped, if only for a little while..) Got a WKWebKit into OF easily but oddly can't get it to respond to...

Hm, no dice. With the lib in there I get the same linker errors as if I had removed the lib from the project. Ah well, I may give building...