You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to know how to save photo captured as byte array directly.
In this sample code :
`private void takePicture() {
PhotoResult photoResult = fotoapparatSwitcher.getCurrentFotoapparat().takePicture();
Hi, I want to know how to save photo captured as byte array directly.
In this sample code :
`private void takePicture() {
PhotoResult photoResult = fotoapparatSwitcher.getCurrentFotoapparat().takePicture();
`
I can read from photo.jpg and then save to byte array variable . But how to directly read the photo data as byte array? Thank you
The text was updated successfully, but these errors were encountered: