brfv4_android_examples icon indicating copy to clipboard operation
brfv4_android_examples copied to clipboard

Using byte array instead of bitmap

Open cryptomatictrader opened this issue 6 years ago • 0 comments

We are using BRF Android SDK and we wonder if BRFManager object is going to work with the raw bytearray instead of bitmap in future releases of the SDK? We noticed that you have similar ’TODO’ mark here:

https://github.com/Tastenkunst/brfv4_android_examples/blob/9df8f753150169fbf27cf442c81d7e4874c5441a/app/src/main/java/com/tastenkunst/brfv4/brfv4_android_examples/BRFv4View_backup.java#L183

Can we expect this change in the upcoming SDK versions?

The reason why we ask about it is that we’d like to optimize performance of the camera in our app and good milestone of the optimization would be passing bytearray into BRFManager because creating bitmap from bytearray significantly impacts performance.

Thanks.

cryptomatictrader avatar Aug 21 '18 14:08 cryptomatictrader