Marc Rousavy

Results 1816 comments of Marc Rousavy

Hey - thank you for your contribution, this is much appreciated. I always prioritize PRs over issues to discuss such things. In this case, I think the prop can be...

Hey - yea currently that is not something VisionCamera offers. This also shouldn't go into Frame Processors, as the purpose of Frame Processors is to really do some processing based...

Yea, I use the default Camera API - if it is not listed there, then its the vendor's fault. Download the [Camera2 API Probe app from the PlayStore](https://play.google.com/store/apps/details?id=com.airbeat.device.inspector) to see...

Hey - so first of all, thank you so much for your contribution, I really appreciate it. Especially thanks because of your detailed explanation, and screenshots with before & after....

Also, @pedrol2b were you in class while filming this? 😄

Btw., according to the documentation of `setOutputRotationEnabled`; > Turning this on will add more processing overhead to every image analysis frame. The average processing time is about 10-15ms for 640x480...

Yea, we could try something like `frame.matrix`, which holds the proper scaling/rotation matrix. I believe that `frame.orientation` is enough, but I wrote this down as part of the Orientation efforts...

I use `BitmapFactory.decodeFile` to get the width and height of the photo after capturing. According to [`BitmapFactory.Options.outHeight`](https://developer.android.com/reference/android/graphics/BitmapFactory.Options.html#outHeight); > The resulting height of the bitmap. If [inJustDecodeBounds](https://developer.android.com/reference/android/graphics/BitmapFactory.Options#inJustDecodeBounds) is set to false,...