mrousavy / react-native-vision-camera

📸 A powerful, high-performance React Native Camera library.
https://react-native-vision-camera.com
MIT License
7.54k stars 1.09k forks source link

🐛 Video recording does not record audio on some phones #2636

Closed redundancer closed 8 months ago

redundancer commented 8 months ago

What's happening?

I implemented video recording, but it does not record audio on some devices

Reproduceable Code

const cameraRef = useRef<Camera>(null);
const frontCamera = useCameraDevice('front');

const [currentCamera, setCurrentCamera] = useState(frontCamera);
const format = useCameraFormat(currentCamera, Templates.Snapchat)

<Camera
        ref={cameraRef}
        device={currentCamera}
        isActive={true}
        style={{flex: 1}}
        format={format}
        fps={30}
        video={true}
        audio={true}
        resizeMode="contain"
      />

const startRecording = useCallback(() => {
    cameraRef.current?.startRecording({
      videoBitRate: 'normal',
      videoCodec: 'h265',
      fileType: 'mp4',
      onRecordingError,
      onRecordingFinished,
    });
  }, [onRecordingError, onRecordingFinished]);

Relevant log output

Here are the adb logcat outputs when using the camera vision example app

[14:41:02] I | ReactNativeJS ▶︎ Running "VisionCameraExample" with {"rootTag":11}

[14:41:02] I | ReactNativeJS ▶︎ Loading react-native-worklets-core...

[14:41:02] I | ReactNativeJS ▶︎ Worklets loaded successfully

[14:41:02] I | ReactNativeJS ▶︎ Re-rendering Navigator. Camera: denied | Microphone: denied

[14:41:03] I | ReactNative ▶︎ [GESTURE HANDLER] Initialize gesture handler for root view com.facebook.react.ReactRootView{10319 V.E...... ......ID 0,0-1080,2208 #b}

[14:41:14] I | ReactNativeJS ▶︎ Requesting camera permission...

[14:41:16] I | ReactNativeJS ▶︎ Camera permission status: granted

[14:41:17] I | ReactNativeJS ▶︎ Requesting microphone permission...

[14:41:18] I | ReactNativeJS ▶︎ Microphone permission status: granted

[14:41:20] I | ReactNativeJS ▶︎ Camera: BACK (0) | Format: (3952x1824 photo / 2340x1080@30 video @ 30fps)

[14:41:20] I | ReactNativeJS ▶︎ Camera initialized!

[14:41:22] I | ReactNativeJS ▶︎ 11268112970423: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268150161568: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268183494120: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268214017223: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268250312453: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268280835556: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268314244723: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268347653889: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268381063056: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268414472223: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268447881389: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268481290556: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268514699723: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268548108837: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268581518004: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268614927170: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268648336337: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268681745504: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268715154670: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268748563837: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268781973004: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268815382170: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268848791337: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268882200504: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268915609670: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268949018837: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11268982428004: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11269015837170: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11269049246337: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11269082655504: 2340x1080 yuv Frame (portrait)

[14:41:23] I | ReactNativeJS ▶︎ 11269116064618: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269149473785: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269182882952: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269216292118: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269249701285: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269283110452: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269316519618: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269349928785: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269383337952: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269416747118: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269450156285: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269483565452: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269516974618: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269550383785: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269583792952: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269617202118: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269650611285: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269684020400: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269717429566: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269750838733: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269784247900: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269817657066: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269851066233: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269884475400: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269917884566: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269951293733: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11269984702900: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11270018112066: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11270051521233: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11270084930400: 2340x1080 yuv Frame (portrait)

[14:41:24] I | ReactNativeJS ▶︎ 11270118339566: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270151748733: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270185157900: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270218567014: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270251976233: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270285385348: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270318794514: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270352203681: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270385612848: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270419022014: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270452431181: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270485840348: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270519249514: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270552658681: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270586067848: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270619477014: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270652886181: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270686295348: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270719704514: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270753113681: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270786522848: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270819932014: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270853341181: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270886750295: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270920159462: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270953568629: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11270986977795: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11271020386962: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11271053796129: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11271087205295: 2340x1080 yuv Frame (portrait)

[14:41:25] I | ReactNativeJS ▶︎ 11271120614462: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271154023629: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271187432795: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271220843340: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271254701205: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271288559017: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271322416830: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271356274694: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271390132507: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271423990319: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271457848184: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271491705996: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271525563809: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271559421621: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271593279486: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271627137298: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271660995111: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271694852975: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271728710788: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271762568600: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271796426465: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271830284277: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271864142090: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271897999955: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271931857767: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271965715580: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11271999573444: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11272033431257: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11272067289069: 2340x1080 yuv Frame (portrait)

[14:41:26] I | ReactNativeJS ▶︎ 11272101146934: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272135004746: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272168862559: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272202720423: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272236578236: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272270436048: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272304293861: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272338151725: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272372009538: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272405867350: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272439725215: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272473583027: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272507440840: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272541298705: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272575156517: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272609014330: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272642872194: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272676730007: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272710587819: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272744445684: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272778303496: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272812161309: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272846019173: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272879876986: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272913734798: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272947592663: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11272981450475: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11273015308288: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11273049166100: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11273083023965: 2340x1080 yuv Frame (portrait)

[14:41:27] I | ReactNativeJS ▶︎ 11273116881777: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273150739642: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273184597455: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273218455267: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273252313132: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273286170944: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273320028757: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273353886569: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273387744434: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273421602246: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273455460059: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273489317923: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273523175736: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273557033548: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273590891413: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273624749225: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273658607038: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273692464902: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273726322715: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273760180527: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273794038392: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273827896205: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273861754017: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273895611882: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273929469694: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273963327507: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11273997185371: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11274031043184: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11274064900996: 2340x1080 yuv Frame (portrait)

[14:41:28] I | ReactNativeJS ▶︎ 11274098758809: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274132616673: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274166474486: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274200332298: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274234190163: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274268047975: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274301905788: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274335763652: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274369621465: 2340x1080 yuv Frame (portrait)

[14:41:29] D | ReactNativeJS ▶︎ state: BEGAN

[14:41:29] I | ReactNativeJS ▶︎ 11274403479277: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274437337142: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274471194955: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274505052767: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274538910632: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274572768444: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274606626257: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ called startRecording()!

[14:41:29] I | ReactNativeJS ▶︎ 11274640484121: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274674341934: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274708199746: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274742057611: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274775915423: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274809773236: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274843631100: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274877488913: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274911346725: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274945204590: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11274979062402: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11275012920215: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11275046778027: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11275080635892: 2340x1080 yuv Frame (portrait)

[14:41:29] I | ReactNativeJS ▶︎ 11275114493705: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275148351517: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275182209382: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275216067194: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275249925007: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275283782871: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275317640684: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275351498496: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275385356361: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275419214173: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275453071986: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275486929850: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275520787663: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275554645475: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275588503340: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275622361152: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275656218965: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275690076777: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275723934642: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275757792455: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275791650267: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275825508132: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275859365944: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275893223757: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275927081621: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275960939434: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11275994797246: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11276028655111: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11276062512923: 2340x1080 yuv Frame (portrait)

[14:41:30] I | ReactNativeJS ▶︎ 11276096370736: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276130228600: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276164086413: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276197944225: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276231802090: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276265659902: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276299517715: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276333375580: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276367233392: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276401091205: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276434949069: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276468806882: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276502664694: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276536522559: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276570380371: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276604238184: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276638096048: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276671953861: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276705811673: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276739669486: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276773527350: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276807385163: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276841242975: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276875100840: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276908958652: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276942816465: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11276976674330: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11277010532142: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11277044389955: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11277078247819: 2340x1080 yuv Frame (portrait)

[14:41:31] I | ReactNativeJS ▶︎ 11277112105632: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277145963444: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277179821309: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277213679121: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277247536934: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277281394798: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277315252611: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277349110423: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277382968288: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277416826100: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277450683913: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277484541777: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277518399590: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277552257402: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277586115267: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277619973080: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277653830892: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277687688705: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277721546569: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277755404382: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277789262194: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277823120059: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277856977871: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277890835684: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277924693548: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277958551361: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11277992409173: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11278026267038: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11278060124850: 2340x1080 yuv Frame (portrait)

[14:41:32] I | ReactNativeJS ▶︎ 11278093982663: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278127840527: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278161698340: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278195556152: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278229414017: 2340x1080 yuv Frame (portrait)

[14:41:33] D | ReactNativeJS ▶︎ state: ACTIVE
                             └ state: END

[14:41:33] I | ReactNativeJS ▶︎ calling stopRecording()...

[14:41:33] I | ReactNativeJS ▶︎ 11278263271830: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278297129642: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278330987455: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278364845319: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ Recording successfully finished! /data/user/0/com.mrousavy.camera.example/cache/mrousavy8760087328272101122.mov

[14:41:33] I | ReactNativeJS ▶︎ Media captured! {"height":1080,"width":2340,"duration":3.828,"path":"/data/user/0/com.mrousavy.camera.example/cache/mrousavy8760087328272101122.mov"}

[14:41:33] I | ReactNativeJS ▶︎ stopped recording video!

[14:41:33] I | ReactNativeJS ▶︎ called stopRecording()!

[14:41:33] I | ReactNativeJS ▶︎ 11278398703132: 2340x1080 yuv Frame (portrait)
                             └ 11278432560944: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278466418809: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278500276621: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278534134434: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278567992298: 2340x1080 yuv Frame (portrait)
                             └ 11278601850111: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278635707923: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278669565788: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278703423600: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278737281413: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278838854902: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278872712767: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ Video loaded. Size: 1080x2340 (portrait, 3.312 seconds)

[14:41:33] I | ReactNativeJS ▶︎ 11278906570580: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278940428392: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11278974286257: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11279008144069: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11279042001882: 2340x1080 yuv Frame (portrait)

[14:41:33] I | ReactNativeJS ▶︎ 11279075859746: 2340x1080 yuv Frame (portrait)

[14:41:34] I | ReactNativeJS ▶︎ media has loaded.

Camera Device

{
  "formats": [],
  "sensorOrientation": "landscape-right",
  "hardwareLevel": "full",
  "maxZoom": 8,
  "minZoom": 1,
  "maxExposure": 12,
  "supportsLowLightBoost": false,
  "neutralZoom": 1,
  "physicalDevices": [
    "wide-angle-camera"
  ],
  "supportsFocus": false,
  "supportsRawCapture": true,
  "isMultiCam": false,
  "minFocusDistance": 0,
  "minExposure": -12,
  "name": "FRONT (1)",
  "hasFlash": false,
  "hasTorch": false,
  "position": "front",
  "id": "1"
}

Device

Fairphone 4 (/e/OS v1.20, Android 12)

VisionCamera Version

3.8.2, 3.9.0, 3.9.1

Can you reproduce this issue in the VisionCamera Example app?

Yes, I can reproduce the same issue in the Example app here

Additional information

mauriceKalevra commented 8 months ago

+1 on phone Pixel 3a

mrousavy commented 8 months ago

I logged the cameraRef.current:

Why?

The log section explicitly tells you to put adb logcat logs in there. I need those, otherwise I cannot do anything.

redundancer commented 8 months ago

Thank you for the feedback. I updated the issue with the adb logcat logs.

@mrousavy do you need anything else?