*NV21이미지 회전(적용)
android - camera pixels rotated - Stack Overflow
camera pixels rotated
I want to do some image processing to the pixels gotten from the camera. The problem is that the pixels from the camera are rotated 90 degrees. Im getting the pixels inside the method onPreviewFr...
stackoverflow.com
*rotate코드 설명
https://lucky516.tistory.com/180
yuv crop, flip, rotate 예제 코드
카메라 코드를 만지다 보면 YUV 데이터를 crop, flip, rotate 해야할 일이 가끔 생긴다. 허나 이 예제코드는 구글링을 아무리 해도 안나온다. 답답해서 필자가 직접 만들어서 전 세계 사람들에게 공유
lucky516.tistory.com
'+)기록 > 과제' 카테고리의 다른 글
정리사항 33 - (적용)NV21 to RGB -> intArray to byteArray -> BGR / byteArray to intArray (0) | 2023.03.20 |
---|---|
정리사항 32 - int[] to byte[] (0) | 2023.03.20 |
정리사항 30 - 스레드, 핸들러 / 바이트배열 -> 비트맵 / NV21 회전 (0) | 2023.03.15 |
정리사항 29 - OpenCV 설치(참고용) (0) | 2023.03.14 |
정리사항 28 - YUV개념, NV21 to RGB, 비트맵 상/하, 좌/우 반전 (0) | 2023.03.13 |