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
0
votes
1 answer

How to import photos from Fan Page to a facebook profil?

I have some photos with some comments on my Facebook page. And I would like to import these photos on my profile. Is there a way to import please ? Thanks
Steffi
  • 6,835
  • 25
  • 78
  • 123
0
votes
1 answer

Library for photo-booth style effects

Are there any good tools or libraries that do image effects similar to Photo Booth on OS X? It doesn't have to be live, just applying the effect to an image would be enough. As a bonus: python bindings preferred.
ian93
  • 1,488
  • 4
  • 24
  • 37
0
votes
1 answer

How to copy ALL photos from a hard drive (batch file)

I have a dilemma. My friend has lots of photos in random folders in his computer, that he would like to back-up onto a flash drive. I was thinking a batch file would be the easiest way to go, assuming manually doing it is out of the question. So,…
Primm
  • 1,347
  • 4
  • 19
  • 32
0
votes
1 answer

Delete ALL albums?

Due to a "bug" in one of our apps we have more than 1000(!) albums on a facebook page now. Question is how to delete all albums automatically? Is it possible to contact facebook here and ask for delete?
0
votes
1 answer

Rails Showing Has_Many Linked Objects Photos

I can bring in Companies linked Events data, but am not able to bring in the photo that is linked to that event. Company has_many Events & Event has_many Photos Currently my code in Company/Show looks like <% if @company.events.exists? then…
-1
votes
0 answers

images added in /var/mobile/Media/DCIM/100APPLE are not shown on Photos app

I added my image in /var/mobile/Media/DCIM/100APPLE. I want my image can be shown by Photos app. However I didn't see. I wrote image to this directory but Photos app didn't see it How to make Photos app show the images I create in my application.
BB.
  • 707
  • 2
  • 11
  • 22
-1
votes
2 answers

How to count photos on my FANPAGE wall?

I gave an access to fans to upload photos to FANPAGEs wall. How can I count posted photots? I am too young in FB.apis :-( Thanks!
-1
votes
1 answer

Get Facebook user album=> photos inserted into Mysql db on a website

Can anyone help me with a step by step sample on how to get Get Facebook user album=> photos and inserted into Mysql db on a another website using PHP like some kind of import this facebook user's albums from facebook script for a website Thanks…
-1
votes
3 answers

Is it okay to use photos of Facebook users who have liked my page on a web site?

I am the webmaster for a large online school. On our visitors page I would like to use the photos of Facebook users who have liked our page. The photos would be used in a header graphic, and would not be altered in anyway. Is this okay? Thank you
-1
votes
1 answer

View images from a website in app?

In my android app I have to see the images from a certain website. On this website the images are sorted in certain categories and can be voted. I my app I should see (when I select a category) all the pictures from that category and the votes for…
Gabrielle
  • 137
  • 1
  • 13
-1
votes
1 answer

Found com1 folder inside Pictures un Windows 10

So the problem is as it follows. Recentley I tried to restore Windows un various options. The thing is everytime I tried this It kept hanging and, at some point it would ask me to select another options. Today I went into Pictures and I found mostly…
-1
votes
1 answer

How to take a picture using the default webcam in C#?

I need help to make my program. I have developed a form in C# that only has a textbox and a button to take a photo using the webcam and save it in the file path specified. So I need a method to start the webcam, take a photo and save it in the file…
suffuko
  • 143
  • 1
  • 2
  • 12
-1
votes
1 answer

Find angle between an object and camera point of view

i'm searching for an algoritm to find angle between camera and object in a picture, for example: In the example picture we can see 30 degree between the camera point of view and the object (tv in our case). is anyone knows any algoritm that solve…
-1
votes
1 answer

How to rotate a Bitmap image received from the camera intent

I want to rotate a Bitmap image received from the camera intent, using matrix.setRotate() approach. However this method seems to have been removed from the Matrix class. Is there any other methods of being able to rotate a BitMap image? Update: the…
MrODG
  • 111
  • 1
  • 5
-1
votes
1 answer

Is it possible to retrieve the iOS Photo app face match groups to use in your own app?

I know I can use Core image to do facial recognition, but I'm wondering if I can avoid some heavy lifting on my side for this scenario... I'd like to build an app that can be given access to the Photos app and return only the images with 2 specific…
03stories
  • 1
  • 1