brfv4_android_examples
brfv4_android_examples copied to clipboard
Using byte array instead of bitmap
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:
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.