Matthew Kemp
Results
2
issues of
Matthew Kemp
I have been implementing various number theory functions with shaders, and started running into single-precision floating point overflow problems. So, I need double precision, tried implementing doubles but the compiler...
For those having trouble getting their camera to work with newer Raspberry Pis (works on Ubuntu 20.04), try this: install mjpg-streamer dependencies `sudo apt-get update` `sudo apt-get install cmake libjpeg8-dev`...