Affichage des articles dont le libellé est Android. Afficher tous les articles
Affichage des articles dont le libellé est Android. Afficher tous les articles

mercredi 8 février 2017

Custom camera quality is not as high as native one, camera2 api, android

Vote count: 0

My custom camera image and preview quality is poor comparing to system camera using camera2 api.

I found many solution for camera api not for camera2 api.

Any help would be appreciated!

asked 38 secs ago

Let's block ads! (Why?)



Custom camera quality is not as high as native one, camera2 api, android

mardi 7 février 2017

Android,hot to draw text with rotation on Canvas

Vote count: 0

I need to draw text that has a rotation to a canvas. Looking at the various drawText methods of the canvas class I saw that none of them has a rotation parameter. The Canvas class does have a drawTextOnPath method, which I could use to draw text on a path that is slanted to achieve the desired effect but I am not sure if this is the most effective way to solve this problem. I am grateful for any suggestions or tips.

asked 21 secs ago

Let's block ads! (Why?)



Android,hot to draw text with rotation on Canvas