#3.1 | Rotate camera preview to Portrait Android OpenCV Camera SOLUTION  | java | openCV 4.6.0

#3.1 | Rotate camera preview to Portrait Android OpenCV Camera SOLUTION | java | openCV 4.6.0

ProgrammingHut

1 год назад

7,209 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

@user-hk4be4tc3v
@user-hk4be4tc3v - 16.01.2024 15:23

If I modify deliverAndDrawFrame function and when i try to touch on frames and get touched x and y position I'm getting wrong values not the exact one. Any solution for this

Ответить
@2anta
@2anta - 18.04.2023 11:17

Hi, for those having the same problem as me with the line : canvas.drawBitmap(mCacheBitmap, matrix, null); the solution is this
//Matrix matrix = new Matrix();
android.graphics.Matrix matrix = new Matrix();

Ответить
@arthurperini
@arthurperini - 20.03.2023 03:03

thank you. My original code has a if (mScale != 0) statement. I left it commented and it worked just copying the fix from StackOverflow. Yours videos are very instructive thank you I'm going to start a road lane detection app now

Ответить
@omtanna
@omtanna - 07.01.2023 16:44

How to convert OPENCV MAT image to BASE64 to send it for processing using API?

Ответить
@dagimwoldesenbet554
@dagimwoldesenbet554 - 08.12.2022 11:42

thank you

Ответить