Is it possible to draw a line from Point A(where user touched first) and Point B(where user touched second) in android over a camera.
The user can touch first point and rotate his camera in other direction to tap second point.
I am using gyroscope
, accelerometer
and magnetometer
(Sensor Fusion) and I get x,y,z co-ordinates on touch.
But can we draw a 3D image on canvas where ever the user touches. Something similar to what MagicPlan
app is doing.