Hi, I have tested the functions rotate.heading, rotate.tilt, rotate.roll and they work fine. However, I want my video to adjust based on the camera angle? Any ideas how to do this? Thanks!
W
Wolfgang Damm
said
over 9 years ago
Can you describe what you are trying to achieve in detail? e.g. for Image Recognition or Geo, how should it be adjusted based on the camera angle?
R
Rivera.migueld
said
over 9 years ago
I want the video drawable to adjust based on the targets angle from the camera. So if the camera is above the target, the tilt of the video drawable must be 90 degrees. If the camera is on the left of the target, heading = 90, if on the right, heading = 270. So the angle of the drawable adjusts based on the camera angle.
W
Wolfgang Damm
said
over 9 years ago
ok, I think I understand what you want to achieve. Reason for that being, that the video should always be displayed rectangular on the screen. If so this is currently not supported, but I will put it on our feature request list.
Rivera.migueld