I want to use gesturedetector 2.30 to allow user to change dji waypoint height and speed. The user can do this by swiping the pnlCamera. I use
B4X:
Gesture_onDrag
to handle this. The problem is, it works fine when the drone isn't connected, but once the
drone is connected, and showing video, it doesn't work. Anybody know why this would happed?
The view showing the camera stream is a special view. Try to put a transparent panel above it (not as a child view) and handle the gestures with that view.
The view showing the camera stream is a special view. Try to put a transparent panel above it (not as a child view) and handle the gestures with that view.
I added a panel and made it color drawable and set Alpha L to 0, assuming this is how you make the panel transparent. Changed my gesture listen to this
panel. It didn't work. Same as before. Also added this