Most voted "camera" questions
11 questions
Sort by count of
-
7
votes1
answer6022
viewsHow to crop a gallery image or photo taken by the camera, save and upload to an imageView
I would like to know how to cut an image from the gallery or photo taken by the camera, save and upload to a imageView, to be able to do that for the gallery option of intent, but for the camera…
-
4
votes0
answers80
viewsView video with Javacv using applet
I’m using an applet that displays a security camera image through Javacv. Running alone, the applet displays the video perfectly. When I run the applet in my web application, it even renders the…
-
3
votes1
answer106
viewsIs it possible to use 3 webcams at once using Flash AS3?
I am using the code below to display 3 webcams at once. But it only works with 2. getCamera("0") and getCamera("1") = okay getCamera("1") and getCamera("2") = okay getCamera("0") and getCamera("2")…
-
2
votes1
answer72
viewsJavacv applet does not display video in the browser, only on the desktop
I am developing a web application that connects to a security camera via Javacv. The applet I developed runs normally on the desktop, but when I try to run in the browser, although it does not give…
-
2
votes2
answers236
viewsHow to change the language of the Flutter Image Picker plugin?
I would like to change the language of the text that is displayed in the library image_picker, i would like to leave this text translated into the user’s mobile language. If the image of how it is…
-
0
votes0
answers37
viewsHow to fix camera image independent of device position ? Objective - C
I’m working on an app that through the camera, it detects people’s faces in real time and swaps the face image for some mask. (Basically the Squarecam) But it only works with the device vertically…
-
0
votes3
answers83
viewsRaspberry for monitoring system
personal. I would like to make a security system with cameras that would monitor an environment and recognize if anything out of the ordinary appeared. I would actually like to use machine learning…
-
0
votes0
answers119
viewsProblems using the camera on mobile or tablet
Good afternoon. I made a code that takes photo using webcam or camera phone on desktop and android works and on iphone the screen gets black. follows my Cod html <div class="demo-container">…
-
0
votes1
answer45
viewsUse the device camera
I would like to use the device camera but I’m finding it difficult In my file list.ts is just: import { Camera, CameraOptions } from '@ionic-native/camera/ngx'; constructor(public navCtrl:…
-
-1
votes1
answer433
viewshow to upload multiple photos to the Ionic app
Good evening, I am developing an application in which will be saved some photos, I can use the camera and everything works correctly, my doubt is: How to add more than one photo ? Follows my code:…
-
-1
votes1
answer104
viewsmy code does not enter onActivityResult (Kotlin)
Good afternoon, I’m trying to take a photo with the camera phone and save it in a database, however I can’t recover the image bitmap, I can open the camera and take the photo but when entering…