Biligjargal Ganbold
Results
2
comments of
Biligjargal Ganbold
I fixed the large attendance data issue by adding a check when packet is fully sent. Just change the whole function to this ``` readWithBuffer(reqData, cb = null) { return...
Just like @Szugalew suggested I skipped the runPictureAutoFocus() and runPrecaptureSequence() in Camera.java and just running the takePictureAfterPrecapture() directly. This resulted in instant picture. Thanks sir.