Showing
1 changed file
with
2 additions
and
2 deletions
| @@ -269,8 +269,8 @@ class IProcessingCameraImage implements ProcessingCameraImage { | @@ -269,8 +269,8 @@ class IProcessingCameraImage implements ProcessingCameraImage { | ||
| 269 | 269 | ||
| 270 | Pointer<Uint32> imgP = _convertImageNV21ToRGB( | 270 | Pointer<Uint32> imgP = _convertImageNV21ToRGB( |
| 271 | p, | 271 | p, |
| 272 | - newImgWidth, | ||
| 273 | - newImgHeight, | 272 | + width, |
| 273 | + height, | ||
| 274 | rotationAngle, | 274 | rotationAngle, |
| 275 | backGroundColor, | 275 | backGroundColor, |
| 276 | isFlipVectical, | 276 | isFlipVectical, |
-
Please register or login to post a comment