6,492 questions
0
votes
0
answers
21
views
Image is slightly tilted after exporting the image from Insta 360 Camera
When I export an image using my code, the resulting image in online view appears slightly tilted. However, when I export the same image using the official Insta360 app (from the Play Store), the image ...
0
votes
0
answers
31
views
Ultra-wide-angle effect on Android physical device using React Native and QuickPose AI
After unsuccessful attempts to find a solution to this problem, I decided to raise the issue.
The problem is that the camera from the QuickPose AI package on an Android device stretches the camera ...
0
votes
0
answers
116
views
react-native-camera-kit shows black screen and delays camera launch on first APK install (RN 0.79.2)
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(...
1
vote
0
answers
80
views
Android TileService (QuickSettings) causes ERROR_CAMERA_DISABLED when closing the activity
So I noticed a strange bug on Android: when you have an activity with a camera preview and a Quick Settings button (which either does something unrelated to the camera or nothing at all, like in the ...
0
votes
0
answers
26
views
Problems with Vision Camera and Samsung Smartphones (React)
Has anyone ever had problems with frame outputs in RGBA format (video) for Samsung smartphones ?
I expected, for a 1280x720 frame, to obtain a 921600 x 4 channels = 3686400 bytes but I am getting only ...
0
votes
0
answers
76
views
Android Camera Permission Denied on MAUI Hybrid App with MediaPipe JS Pose Detection
I'm developing a .NET MAUI Hybrid app that uses a Blazor WebView to run a web interface with MediaPipe JS for pose detection. On Windows everything works fine the camera activates and MediaPipe ...
0
votes
0
answers
37
views
Disable Camera using an android application so that other applications cannot use camera
I was creating an android application which is able to disable camera from that application in such a way that if any other application tries to access camera they should be unable to open it, I tried ...
0
votes
1
answer
80
views
Access android device camera into a service
I am stuck into a problem programming an android application, using Java. I am implementing a Service, since my application should run in background, without affecting the other functionalities of the ...
0
votes
1
answer
326
views
Camera.MAUI: Expanding the Width/Height Causes Blurry Preview & Unwanted Zoom on Recording
I'm using the Camera.MAUI library in my .NET MAUI application to show a camera preview with some overlay elements (timer and record button). However, I'm facing two issues:
Layout Expansion & ...
0
votes
1
answer
155
views
Android AOSP 13 Native Camera (NDK) Not Receiving Frames in AImageReader
I am working on AOSP 13 on an i.MX8MM Var-SOM board and trying to implement native face detection using NDK Camera2 APIs. My goal is to capture frames using AImageReader and process them with ...
-1
votes
1
answer
178
views
Unsupported set of inputs/outputs provided when using MediaCodec.createPersistentInputSurface() on Redmi Note 11 Pro 5G
I am only encountering this issue on a Redmi Note 11 Pro 5G, I am not sure why but the Camera support level is LEVEL_3 if it matters.
I get the error below and camera shows me a black preview
Stream ...
0
votes
0
answers
71
views
Camera upside down with flutter_zxing package
I have a problem with flutter_zxing package in order to scan barcode. It is oriented upside down. Here is my code:
import 'dart:math' as math;
import 'package:flutter/material.dart';
import 'package:...
0
votes
0
answers
44
views
Null pointer exception on camera click to capture image
I have an android app which is capturing the location. I have tried to check the permissions required on android 15 and also the context passed. Help me trace and fix the issue as it is occuring only ...
0
votes
0
answers
117
views
CameraX ImageProcessingUtil related code throws an fdsan error on specific processors
I have reports on my Google Play Console of very enigmatic error in my app that is using CameraX. It is a low-level fdsan error that I cannot fix with what seems like a very safely written code.
What ...
1
vote
2
answers
216
views
CameraX does not work in direct boot mode
When trying to launch the camera in direct boot state using CameraX I get the following error:
Caused by: java.lang.IllegalStateException: CameraX is not configured properly. The most likely cause is ...