Ignacio Tartavull
Ignacio Tartavull
I'm struggling to install some of the dependencies
I've just love this book! And although I have some knowledge of javascript the language I use on my everyday life is python. I've been trying to apply whats thought...
Let me know what you think of this :)
I'm trying to use this library instead of the one paho-mqtt which is the one used in the official guide. paho-mqtt's client has a method username_pw_set where the password is...
Let's say I want to test if the firmware is doing the right thing when a pin gets low. Is there a way to run such test?
Do you think this can be modify to display the equirectangular image directly to the canvas in real time?
I'm a bit confused about https://github.com/DanielArnett/360-VJ/blob/master/source/FFGL2/EquiRotation/EquiRotation.h Is this supposed to go from an equirectangular image to another equirectangular image?
Thank you for this great project! I'm trying to use the command line to replicate the results from: https://epsg.io/transform#s_srs=32617&t_srs=4326&x=632519.9000000&y=4834621.3000000 But nothing seems to work: ``` (base) ➜ proj git:(master) ✗...
Hey, Thanks a lot for your code! I used cv::fisheye::calibrate to estimate the intrinsic camera matrix and vector of distortion coefficients (k1,k2,k3,k4). Is it possible to provide your code with...