camera-roll Questions
3
Solved
I want to perform an operation on a video in the iphone camera roll, and I require an absolute URI as I will be using ffmpeg natively within my app.
Is it possible to operate on the video in place...
Tanbark asked 6/2, 2020 at 2:7
2
Solved
I'm trying to convert SKSpriteNode as a PNG image with transparency to Camera Roll.
This saves the image but not with transparency:
let image = UIImage(cgImage: (spriteNode.texture?.cgImage())!)...
Colostomy asked 26/11, 2017 at 11:31
2
I'm having trouble opening iOS gallery app from React Native app.
I have the file url and asset url. I got the asset url from CameraRoll. Now I want to open the gallery itself to see the image.
Th...
Stromberg asked 25/5, 2018 at 0:25
0
I want to sort the pictures by date, so I need the creation-date. from where can I get this date?
in the Gallery my photos are sorted for this.
I want sort Photos like this on my app.
I want to...
Spiritualize asked 29/8, 2018 at 8:57
0
Within my react-native app, I need to take a picture and save it to new - custom album. Album should not be able to be accessed through photos over menu, thus I need to make album private, so captu...
Adamson asked 11/6, 2018 at 15:15
0
i'm using CameraRoll.getPhotos for get photos from gallery.
import {
CameraRoll,
} from 'react-native';
CameraRoll.getPhotos(fetchParams).then((data) => {
});
I have a problem with the orie...
Jurisprudence asked 19/1, 2018 at 21:53
2
I want to use CameraRoll to get a picture but broken by red-screen.
So I tried following:
//print: undefined
console.log(RCTCameraRollManager);
red-screen
Leonoreleonsis asked 23/10, 2015 at 2:16
5
Solved
I am writing a Swift app for iOS. I want to know how to get an image from the user's camera roll (or whatever they're calling it these days) and save it locally within the app so that I can referen...
Bragg asked 2/11, 2014 at 22:57
0
ALAssetRepresentation not listing the metadata details properly i,e when I try to get an image metadata, it returns only few details as below
2015-06-25 10:15:22.134 Phokl copy[1394:607] {
ColorMo...
Ghostwrite asked 25/6, 2015 at 5:17
1
I try to get the last photo from camera roll and delete it.Now I get the last photo but have problems in deleting the last photo.
I tried this way but I delete all photos,so I plan to build a new P...
Unsuitable asked 6/4, 2015 at 7:3
2
Solved
I have an app that has a custom Image Picker that uses the ALAssetLibrary to create an Album picker and image picker. We've implemented a custom picker in order for our customers to select multiple...
Calling asked 10/9, 2014 at 17:45
1
I am able to add photos and create albums from my app but I also want to be able to rename/delete albums and pictures in these albums. I know Apple have restrictions but is it possible at least to ...
Guelders asked 26/3, 2014 at 15:11
1
© 2022 - 2025 — McMap. All rights reserved.