I`m developing OCR app on Vuzix. I need to create rectangular bound in Surface view. My problem is image from camera was rotated 90 degree when using “Surface View”( It has no problem when use this app on Android Phone )
# Questions
Can I rotate image from Surface View ?
Can I download Surface view extension as Java file ? (Is it open source ?)
Testing
Use “Save Preview As File” then rotate it with Image Block in “SurfaceView.GotPreview”, then show it in Canvas.
-> Failed: It`s look like the Image was rotated only Image block. Canvas was not updated.
When I show image from “Surface.GotPreview”, Image was rotated 90 degree again. That’s mean the image was rotated 180 degree from original. myappvuzix.aia (16.6 KB)