Elliot Woods

Results 115 issues of Elliot Woods

Hey there I noticed issue #3 , however that issue is closed and yet I don't think that support for ESP32 is resolved, so I'm adding a new issue here....

hey! this addon is missing the libs I was able to track down a few different win32 libs on the net but none of them worked here. please include the...

in `const vector& track(const vector& objects) {` we have: ``` c++ for(smoothedItr = smoothed.begin(); smoothedItr != smoothed.end(); smoothedItr++) { unsigned int label = smoothedItr->first; if(!existsCurrent(label)) { smoothed.erase(smoothed.find(label)); } } ```...

i know you don't agree in general on the definition of intrinsics including distortion but i think it'd be highly practical (and make camera settings more portable) if distortion was...

Currently it's really messy to use the features of calibration outside of the 'standard routine' e.g. i'm making a system where N cameras capture scenes At the time of capture...

I found that the instructions for setting up Qt Creator on the website are not up to date, and since a lot has changed since that version of Qt Creator,...

It seems that the files from https://github.com/mrvux/FeralTic-SDX/tree/master/externals/directxtex Weren't copied into the release, and as such BlockWriter doesn't work

If I have 2 renderers outputting to 2 seperate devices. Is there a way to optimise rendering? (e.g. to parallelise draw calls, or is this already handled by the SwapChain?)...

Hi there. Firstly this is amazing. Was a bit puzzled at first by gulp (hadn't heard of it before) but got it running relatively easily and love the live-reload feature....

Hi there Thanks for sharing this code Just to note that the PDF link in the readme is a broken link