VirtCode / SmartMouse

use your smartphone as a normal computer mouse
GNU General Public License v3.0
97 stars 6 forks source link

Fuse in the camera #11

Open Summertime opened 6 months ago

Summertime commented 6 months ago

Much like laser mice, using the camera with a super low resolution and high framerate might be worthwhile

Flashlight would have to be used, and it wouldn't work great depending on distance between camera and flashlight, but it could help reduce drift, even if its delayed information.

LinuxinaBit commented 6 months ago

I was thinking something like this could at least help with positioning, but it would be a bit hard to work with as phone cameras don’t update that fast even when compared to cheap office mice. There would also be focus issues, but I’m sure that could be somehow worked out. More on how this could be implemented: https://en.wikipedia.org/wiki/Optical_mouse#Principle_of_operation I believe it would be easier and much more effective to simply implement #8 first.

VirtCode commented 6 months ago

I've previously thought of this too, but also think that this would quite difficult to achieve, especially as the usability of the data probably strongly depends on the hardware configuration. But thanks for the suggestion! I might consider looking at something like this after having implemented things like #14, as I think that the IMU-based positioning still has quite some room to improve.