super0610

Results 15 comments of super0610

I tested with several phones, Galaxy S8, Pixel 3, S21, preview works with these phones. But when I try with Doogee S51 phone, preview is green colored. https://www.doogee.cc/s51/specs.html https://play.google.com/store/apps/details?id=net.usb.usby4 This...

The preview from this repo is like the above screenshot that I need to solve. But the Endoscope app from google play is okay (Preview is okay) Thanks for the...

Hi @quantum6 I've sent email with video attached. Hope you can check and help me how to fix it. Thanks.

Hi @quantum6 I tried to take picture and record video , but it didn't work, file size is 0B. Anyway, I attached preview screen with camera movement, as you can...

hi @quantum6 , when I debug with above repo, the preview frame data size is different with working phone. for same resolution (640 x 480)

Hi @quantum6 , any suggestion?

Hi @quantum6 Please check videos, hope you can find reason. ![image1](https://github.com/quantum6/Android-USB-OTG-Camera/assets/44995535/eeaa233d-d501-4918-9da9-98c027cda280) ![image2](https://github.com/quantum6/Android-USB-OTG-Camera/assets/44995535/6b10f204-58f5-4ab1-be7f-e3e96fa2e2f0) As you can see from the image, frame byte is different with working phone (it is 614400) Also,...

case R.id.menu_recording_yuv: if (mCameraHelper == null || !mCameraHelper.isCameraOpened()) { showShortMsg("sorry,camera open failed"); return super.onOptionsItemSelected(item); } if (isRecordYuv) { isRecordYuv = false; FileUtils.releaseFile(); showShortMsg("stop record..."); } else { isRecordYuv = true;...

Where is apk to try? I built app in my side and tried yuv record, however video file size is 0. (mine is Samsung Galaxy S8, preview works) But with...

![Screenshot_39](https://github.com/quantum6/Android-USB-OTG-Camera/assets/44995535/22c66a5b-cf5c-41c4-ab21-c47c6f63ac9e) Hi, as you can see from my screen, all file size is 0B I downloaded your apk and tried both yuv, and recording. my phone is samsung galaxy s8...