问题标签 [photo]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票
4 回答
10830 浏览

android - 在 Android 1.5 + 上访问视频和照片

因此,我试图允许用户使用我的 Android 应用程序使用此处描述的方法选择特定的媒体: Access Pictures from Pictures app in my android app

它工作得很好,除了我似乎只能在视频或照片之间选择来向用户展示,而不是同时选择两者。有没有一个好的方法来做到这一点:

startActivityForResult(new Intent(Intent.ACTION_PICK, android.provider.MediaStore.Images.Media.INTERNAL_CONTENT_URI), SELECT_IMAGE);

谢谢!

0 投票
2 回答
917 浏览

php - What are my options for developing a method to allow users to upload photos and video to my website from a mobile device

I want to allow users of my website to upload photos and video from their mobile phone. I have a web-based upload page (built using Flash) that posts uploads to a PHP script running on an Apache web server in Amazon EC2 cloud. I would like to use the same server to receive files uploaded by mobile.

The 3 options as I see it are - (could do all)

1) Develop a mobile browser optimised upload page (eg xhtml) - there is a tutorial mentioned in another question about this on stackoverflow. This would require the user to login beforehand so I know who has uploaded the file and where to put it in database.

2) Develop an app that will be able to access file system of mobile device and upload files. This could be configured once with the username and password of a user so uploading is a little easier.

3) provide an email address for users to send files to from their phone

And I suppose there is the option of using a 3rd party service for this, are there any open source scripts around?

Are there any other considerations I need to be aware of? How does iPhone fit in to this - I know that Flash for iPhone is not supported (yet) but will be in the next version of Flash (for apps not browser based). The tutorial I mentioned above would not work with iPhone either as you cannot get access to file system on iphone via web page.

any other information is greatly appreciated. many thanks

0 投票
2 回答
1159 浏览

php - 我将如何为我的照片共享网站实施电子邮件上传服务?

我有一个正在开发的照片共享网站,希望能够允许用户通过电子邮件附件添加照片和视频。我有该网站的电子邮件地址(由 goDaddy 托管)。我还有一个运行在 Amazon Web Services EC2 上的 LAMP CentOS 应用程序服务器,它处理通过我的基于 Web 的上传页面上传的文件,因此我想使用相同的 PHP 脚本来处理作为电子邮件附件发送的文件。我的第一个问题是——

1) 要获取应用程序服务器的附件,我会使用 PHP 的 IMAP/POP 函数从 goDaddy 获取电子邮件吗?定期检查新电子邮件?

2) 是否像设置一个万能的电子邮件地址并为用户提供一个独特的电子邮件以将照片发送到一样简单(例如,catchalluploads@mywebsite.com 并为每个用户提供 username.photos@mywebsite.com)然后查找包含以下内容的电子邮件.photos 位并使用用户名位来确定谁上传了照片...?

我还需要执行哪些其他步骤?欢迎任何其他关于如何最好地实现这一目标的建议

0 投票
1 回答
637 浏览

iphone - takePicture 在 3.1 上很困难

行。所以我有一个实现 UIImagePickerControllerDelegate 的 ViewController。伟大的。我的选择器顶部还有一个覆盖视图。我在所述叠加层上有一个按钮,我想在上面调用 takePicture。

我的问题是,这是怎么做到的?takePicture 不是我需要自己写的东西吗?它是在 UIImagePickerController 中定义的,对吗?

选择器模态弹出很好,我可以通过相机看到图像,但是当我按下按钮拍照时,我遇到了问题。

我在按钮上设置了这个代码:

使用上述方法,我通常会收到 NSException 错误,但是当我从单独的方法调用 takePicture 时,它​​根本不会触发。

作为其中的一部分,我的选择器委托应该设置为显示选择器的叠加层还是视图控制器?

另外,我的叠加层和视图控制器是否应该在标题中实现选择器委托?

提前致谢。

0 投票
1 回答
903 浏览

php - PHP JPEG标头阻止图像下载

我目前正在使用下面的脚本直接从文件中输出 JPEG 的内容。我这样做的原因是因为我使用 mod_rewrite/php 来掩盖原始文件的名称。这部分按预期工作,除了 Safari 坚持下载照片而不是只允许我在浏览器中看到它。我错过了标题吗?另外,我可以进行哪些修改来提高性能?

谢谢!

0 投票
8 回答
581 浏览

algorithm - 我们可以识别照片中的照片吗?

我正在浏览一些朋友在 Orkut 上上传的照片 [Orkut 有这个新功能可以告诉您照片中有多少未命名的人]。有一张特别的照片,里面有一张广告海报,上面有一张人的照片。Orkut 显示照片中有两个未透露姓名的人。出于好奇,我只是想知道是否可以识别照片中有照片?如果没有,你能想出一种方法来帮助应用程序识别照片中的照片吗?

0 投票
4 回答
7199 浏览

drupal - Drupal 照片库教程

有人可以给我指出一本好的 Drupal 照片库教程或书籍。我正在尝试在网格视图中创建照片库。但是,我不希望标题等与照片一起显示。另外,我想在照片周围加一个边框,使它们更加突出。

我不太精通 PHP,所以我希望解决方案完全使用模块和尽可能少的编码来处理。

0 投票
1 回答
3129 浏览

php - Upload picture to server successful but insert file name to database is blank

I have the following problems.

PROBLEM NUMBER 1: Using PHP and MySQL, I am able to upload picture successfully unto the server but not so with the file name of the picture even though other parameters in my form got inserted successfuly in the database. I have read several posts on this topic including here on this site but I can't get around the problem yet.

PROBLEM NUMBER 2: I equally need help on limiting file TYPE permitted for upload (gif, jpeg, png ONLY) as well as the file SIZE (not more than 100kb).

PROBLEM NUMBER 3: To force a resize of all pictures uploaded into a smaller thumbnail size of 20kb and stored this in a seperate folder on the server with a seperate filename on the database.

Below is my current PHP code;

This is my processinterview.php code;

And this is my form (submit_interview_test.php);

0 投票
2 回答
10193 浏览

c++ - 直接展示 (AMCap) - 平台 SDK

我正在尝试同时从多个网络摄像头捕获图像并使用 C++ 以最小延迟自动保存它们。我还希望程序能够在需要时更改网络摄像头的参数。我希望在 Platform SDK 上构建 Direct show samples (AMCap),然后编辑代码以适合我的应用程序。但我不断收到错误。

我能够构建基类并将路径包含在“包含”和“库文件”下。尝试构建 AMCap 时出现以下错误。我正在使用 Visual Studio 2008 开发 XP。

这些错误看起来像字符串不匹配错误,因此尝试使用 unicode 字符集构建它们,并得到以下错误。

我应该使用 Unicode 还是多字节?我不明白是什么导致了问题。任何帮助或建议表示赞赏。非常感谢您的参与!

0 投票
2 回答
529 浏览

iphone - 提取 iPhone 曝光设置

可能重复:
获取 iPhone 照片曝光信息

之前好像有人问过类似的问题,Gettinging iPhone Photo Exposure Information 我想知道用新的iPhone相机,有没有办法从相机中提取曝光数据?似乎它能够根据您关注的位置对不同的曝光进行采样,但我还没有找到任何进一步的文档。

谢谢