J jobykpaul Member Licensed User Longtime User Jan 15, 2014 #1 Hello Erel, Is there any way to show the camera preview upside down.. it is for a special requirement. the images on the preview should be shown upside down.. I tried many method.. Please help..
Hello Erel, Is there any way to show the camera preview upside down.. it is for a special requirement. the images on the preview should be shown upside down.. I tried many method.. Please help..
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2014 #2 You will need to modify CameraEx.SetDisplayOrientation. It should be possible. Upvote 0
J jobykpaul Member Licensed User Longtime User Jan 15, 2014 #3 Thanks a ton Erel, Could you give an example of this statement? Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2014 #4 You will need to play with the values there. Start with adding 180 (or -180). Upvote 0
J jobykpaul Member Licensed User Longtime User Jan 15, 2014 #5 SetDisplayOrientation is not working.. could you give me a code example of how it is used in the code? Upvote 0
SetDisplayOrientation is not working.. could you give me a code example of how it is used in the code?
Erel B4X founder Staff member Licensed User Longtime User Jan 15, 2014 #6 You do not need to call it yourself. You should modify the code in this sub. Upvote 0
J jobykpaul Member Licensed User Longtime User Jan 15, 2014 #7 Dear Erel, Yes.. I could do it successfully by modifying the code.. Thanks for your help and support. Cheers!!! Joby Upvote 0
Dear Erel, Yes.. I could do it successfully by modifying the code.. Thanks for your help and support. Cheers!!! Joby