Does anyone know if it is possible to access TripAdvisor photos in the same way that Apple Maps does:
I've looked at the TripAdvisor api docs but photo queries don't seem to be a feature. If that is true then how does Apple Maps do it?
I am currently using the Google Places API, but having quite a few issues with it, including image quality (not referring to resolution here, just the types of photo and professionalism)
Thanks
Look closer at the /map-attractions one, it seems to have a call in it that includes photos.
EDIT: Also, see this post about alternatives if that doesn't work out.
Related
Does anyone have list of all supported logos by Google Vision API Logo Detection. In the documentation it just mentions that it supports over 0.1 million logos. Does anyone have any further information on this. Thanks.
As far as I know - No, this data is not published.
"Logo Detection detects popular product logos within an image."
If you need this information because you want to know if the specific logo you are looking for is exist if it's not popular probably not.
You can try tou use AutoML and this question maybe relevant Can Google Cloud Vision API be trained using your image data?
For some users in the US, my play store reviews are not visible. I've reached out to Google directly and am out of options for support, so I've come here.
Here's the official response from Google:
Please note, since it's based on Google play algorithms, we are not
able to modify in the rating&review section's result manually. Also
please understand that, since we don't have any information about
algorithms, we are not able to further investigate and provide any
information about your question at this time. I apologize for any
inconvenience this may cause.
If you have any other Console related question, please let us know.
We'll be happy to help.
Thanks for supporting Goolge Play.
Very sadly they've given me a generic response about some "algorithm" and are refusing to look into the issue further.
Again, I know this isn't a "standard" question, but I'm not sure where else to go at this point. I feel like I'm at the end of my wits. Any help is appreciated!
What are some reasons why certain users in the US wouldn't be able to see any app reviews, but other users in the US can view these reviews? And is there any reasonable way to "debug" this issue?
Edit: at least one user reports that they are using a Samsung Galaxy phone
Sometimes it takes time for new reviews to show up on google. They also have an algo to check for reviews that might be from "fake users" similar to reddit it may take a while for it to show up entirely and pass their checks.
You have no control on what they show on their App Store reviews section.
One idea to debug is by checking via different android phones using different networks. You can also check the web version App Store link to see if it shows.
I tried searching Google. Really, I did.
I am looking for a server that stores pictures/images/3D models, or read the images from some other source (like git or something like), and provides a search engine to those pictures, based on keywords or even based on the picture itself.
This is something similar to what Google Photos or Flickr do, but I need this in a closed environment, that's why those won't work for me. So I need a server/software that I can use on my own infrastructure. Open source or proprietary, doesn't matter.
Thanks for the help!
I am attempting to write a script or make a FB App to automatically download images from profiles on Facebook at a designated time during the day, and have it repeat each day. After this is accomplished I aim to implement the reverse of this to upload images within an album to a profile, but that will be for another day. These are going to be profiles that I am friends with, or public profiles.
Having some issues determining where to start as it seems this isn't done on a regular. Can anyone provide a direction for me to head in? I have looked into the Facebook Developers website, as well as on stack overflow and haven't seem to find any solution that is close. I have stumbled upon examples on how to autodownload from Reddit, but Facebook is another beast entirely it seems.
Is this something that can be accomplished via Java or Python, or should I actually go through the Facebook API? At a bit of a loss as to how to proceed.
ANY help would be appreciated as I am not a web developer. I mostly dabble with MATLAB and Java so this is a bit outside of my expertise.
Once again to summarize, I am seeking to auto download images from Facebook profiles either as they are posted or at selected times. Also this idea could be changed to download from Instagram if that is somehow easier.
I want to access camera to record video to upload, but have come across many articles which states that there is no access for third party to record video. Here's the link:
http://forums.create.msdn.com/forums/p/74190/452090.aspx
http://pocketnow.com/windows-phone/no-video-camera-access-for-windows-phone-7-developers
Is it true? If not how do I use camera to record video?
Use Mango feature with Raw Camera Data.
Basically, all you need is in following article:
http://jonas.follesoe.no/2011/07/22/qr-code-scanning-on-windows-phone-75-using-zxlib
The only difference is that in method ScanPreviewBuffer author scans QR code, and you should store those images and then make a video from them.
That's how I would do that task
You're in luck because MSDN has a great article on how to do this! You can also download the complete sample code. You can see more samples from MSDN here
Is it true?
It used to be true back when those articles were written. The earlier version of WP7, before Mango, did not support any APIs to access the camera (the best you could do was launch the camera app itself I think). As of v7.1 you have access to it as Shawn and Alex have said.