Questions tagged [photos]

A photo is a picture of some real world scene captured by a mechanical or electronical device.

A photo is a picture of some real world scene captured by a mechanical or electronical device.

See also:

701 questions
7
votes
2 answers

start camera for both take picture OR record video

I googled for 2 weeks to find what I want. However, I am not able to find answer to my question and I have no idea how it could be done by Google Photos developers. The screenshots below are from Google Photos app. When I click Take a photo, it…
Mirjalal
  • 1,292
  • 1
  • 17
  • 40
7
votes
4 answers

React Native: how to get the names of all the albums

I would like the user to select an Album and then display the photos of it in react-native. There is the CameraRoll and it has the ability to filter by groupName, but I did not find a way of how to retrieve these groupNames. Does anybody know how to…
Patrick Klitzke
  • 1,519
  • 2
  • 14
  • 24
7
votes
2 answers

Is there a way of programatically detecting whether a photograph is in focus?

If I were building a web service that used a number of photos to illustrate a service, it would be useful to actually detect whether photos are in focus or not. Is there any way of doing this programatically? (Even better, is there an open source…
Tom Morris
  • 3,979
  • 2
  • 25
  • 43
7
votes
1 answer

Save metadata for custom image with Swift (iOS) and Photos framework

I am trying to add metadata to my synthetically generated and save it to camera roll by using the Photos framework. I got the saving and editing working but I just can seem to figure out how to add metadata. I have tried many approaches like adding…
Chris
  • 637
  • 9
  • 20
7
votes
2 answers

Uploading photos to instagram, using a script

Is it possible to upload photos from a webpage to Instagram, if so how do you do it? I am wondering how to do this, so I can have a website where people can vote on their favourite photo and the one with most votes will be posted each day!
reidjako
  • 384
  • 3
  • 4
  • 17
7
votes
2 answers

Using AWS S3 for photo storage

I'm going to be using S3 to store user uploaded photos. Obviously, I wont be serving the image files to user agents without resizing them down. However, not one size would do, as some thumbnails will be smaller than other larger previews. So, I was…
Sam
  • 6,414
  • 11
  • 46
  • 61
7
votes
3 answers

Publishing photo to Facebook via Graph API: OAuthException: (#100) param tags must be an array

I'm attempting to upload a photo to Facebook via the Graph API on a test user account for my app. With just the url, link, name parameters present, the upload works fine returning a valid photo id. However, if I use the additional tags parameter, I…
Avicinnian
  • 1,822
  • 5
  • 37
  • 55
6
votes
2 answers

iOS, How to know whether a photo is a screenshot taken by user? How to delete photos in Photos?

In AppStore(China), an App called Tencent Mobile Manager released a series of functions related to photos, including detecting whether a photo is a screenshot taken by user, deleting photos. I got screenshots of this app to demonstrate my question…
LuRui
  • 111
  • 2
  • 4
6
votes
1 answer

Is There Any Image Editing SDK Currently Available for Android

I have been looking for an image editing SDK for Android, something that includes an option for custom stickers. A good example would be the Adobe Creative SDK (previously the Aviary SDK), though the current build only supports customizing which…
Bryan
  • 14,756
  • 10
  • 70
  • 125
6
votes
4 answers

OSX Photos video play/pause Applescript shortcut

There is currently no keyboard shortcut to play videos in the new Mac Photos application.https://discussions.apple.com/thread/6996731?start=0&tstart=0 Rather than be frustrated in manually clicking the "play" button hundreds of times, I would like…
Elias
  • 91
  • 1
  • 8
6
votes
1 answer

Picasso loading thumbnails of all phone photos

I want to display all photos form my phone and display them in gridview using Picasso. The problem is I don't know how to implement this. Currentyly im using this to query all phone photos: Cursor cursor; String[] columns = new String[] { …
Dabler
  • 877
  • 1
  • 7
  • 11
6
votes
4 answers

How to know if a PHAsset has been modified?

More specifically, how can you know whether a PHAsset has current version of the underlying asset different than the original? My user should only need to choose between the current or original asset when necessary. And then I need their answer for…
Tomasz Bąk
  • 6,124
  • 3
  • 34
  • 48
6
votes
0 answers

Qt - getting photo metadata

I want to use QMediaObject to obtain metadata from a photo. Only way to accomplish that seems to be use QMediaPlayer which inherits from QMediaObject and use setMedia method. However it seems that QMediaPlayer reads only video and audio formats.…
6
votes
1 answer

Do image objects stay in RAM after .remove()?

I have a web-site that has a lot of large photos that are always set in the html. Like
.... This makes the…
Timur Gafforov
  • 771
  • 3
  • 10
  • 28
6
votes
1 answer

Display Facebook image source by id

I am developing a Facebook application that stores into MySQL the photo[id]. I am using Facebook's Graph API to retrieve all of the user's photos and by a radio button the selected photo[id] is stored into mysql. The problem is, how should I…
cch
  • 3,336
  • 8
  • 33
  • 61
1 2
3
46 47