Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
0 votes
1 answer
58 views

The issue appears within our React Native application that integrates VisionCamera, VisionCamera-CodeScanner, ML Kit–based OCR processing, and Reanimated frame processors. While the functionality ...
1 vote
1 answer
52 views

This is my app code but I get the error mentioned in title. I even tried the example code of library but got the same error. import { StyleSheet, View } from 'react-native'; import { Camera, ...
0 votes
0 answers
74 views

I was an building app that requires live face detection with bounding box. For that purpose I used vision camera and react-native-vision-camera-face-detector with its dependencies. And it actually ...
0 votes
0 answers
25 views

We need to develop a system that synchronizes GPS data with a corresponding video recording, ensuring precise mapping between video frames and real-world locations. The system must extract a video ...
0 votes
0 answers
118 views

I'm using react-native-camera-kit in a React Native CLI project (version 0.79.2) and importing the camera as: import { Camera } from 'react-native-camera-kit'; const [canScan, setCanScan] = useState(...
0 votes
0 answers
262 views

I'm working on a React Native project and using the react-native-vision-camera lib. I want to capture images from a specific, custom-defined region (a frame) within the camera preview. The goal is to ...
3 votes
0 answers
386 views

Problem After upgrading to React Native 0.78 and enabling the New Architecture, my iOS build fails in Xcode with the following error: This occurs when trying to build my app with react-native-...
0 votes
0 answers
127 views

I am starting out with using react-native-vision-camera library and trying to open a camera using the library. Hosted my code here: https://github.com/XXX/CameraWithMediaPipe/tree/main/build_files. ...
0 votes
0 answers
60 views

The video I recorded gives the following output on Android: (NOBRIDGE) LOG @video {"duration": 5.899, "height": 720, "path": "/data/user/0/com.adsad.app/cache/...
0 votes
0 answers
47 views

How to convert the corner points supplied by the react native vison camera's barcode reader into a device view, given that the documentation states that "The location of each corner relative to ...
1 vote
0 answers
395 views

My goal is to make an expo module to have my own functions to apply to frames coming from react native vision camera, similarly to existing plugins. However all the current plugins are not made using ...
0 votes
1 answer
284 views

I am using React Native Vision Camera and React Native Fast OpenCV. I have successfully obtained a PointVector with the corner points of a document found in an image captured by the Vision Camera. Now ...
0 votes
1 answer
290 views

sample captured image I am using react native vision camera in my react native cli app, I am able to successfully scan the code but there is a problem with the alignment. Basically, when clicked on a ...
4 votes
2 answers
963 views

I am facing an issue when trying to call asynchronous function inside useFrameProcessor() from vision-camera(without expo). I have tried most of the solve available on the internet but unable to find ...
2 votes
1 answer
3k views

'm building a React Native app using Vision Camera with a custom frame processor. My app involves detecting skin and spots in frames, and I need to run some logic on the JavaScript side using runOnJS. ...

15 30 50 per page
1
2 3 4 5 6

AltStyle によって変換されたページ (->オリジナル) /