Faraz Syed

Results 3 issues of Faraz Syed

I am using this Library with React native I am uploading a video to Cloudflare and I am getting the video through react-native image picker. Some of the time the...

bug

import { useState, useRef } from "react"; import { View } from "react-native"; import { Camera, CameraType } from "expo-camera"; import { GLView } from "expo-gl"; import Expo2DContext from "expo-2d-context";...

type:others
comp:react-native
stat:awaiting tensorflower

const frameProcessor = useFrameProcessor(frame => { 'worklet'; const detectedObjects = detectObjects(frame, frameProcessorConfig); //nothing happens console.log(detectObjects); runOnJS(setObjects)( detectedObjects.map(obj => ({ ...obj, top: obj.top * windowDimensions.height, left: obj.left * windowDimensions.width, width: obj.width...