Neel
Neel
Yeah, object points should contains points in floating point integers instead of doubles, but there does not appear to be a Point3f method instead of Point3 to use. Even then,...
Shuffleboard memory leaks could also be happening due to multiple ObservableValue objects being created but not garbage collected everytime a listener is triggered. From: https://docs.oracle.com/javase/8/javafx/api/javafx/beans/value/ObservableValue.html#addListener-javafx.beans.value.ChangeListener- > The ObservableValue stores a...
> @XzibitGG Are you sure that scaling the camera matrix will work? Because some cameras have different fields of view at different resolutions. Ex. pi cam v2 > https://picamera.readthedocs.io/en/release-1.12/_images/sensor_area_1.png From...