在 WP7 中显示相机胶卷和图库图像

发布于 2024-12-05 18:28:17 字数 160 浏览 0 评论 0原文

我正在 WP7、C# 中开发一个应用程序。当我从应用程序启动照片选择器任务时,它会向我显示相机胶卷、示例图片和媒体库中的所有图像。其实我想单独展示每个部分。例如,当我单击按钮时,它应该只显示相机胶卷中存储的图像。当我单击另一个按钮时,它应该仅显示媒体库中的图像。所以请让我知道是否有任何方法可以做到这一点。

I m developing an application in WP7,C#. When I launch the photochooser task from my application it shows me all the images from cameraroll, sample pictures and media library. Actually I would like to show every part seperately. For example when I click a button it should show me only images stored in camera roll. When I click another button it should show images only from media library. So please let me know if there is any way to do it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

苍白女子 2024-12-12 18:28:17

无法自定义选择器的行为。

如果您想要不同的行为,您需要自己创建 UI 并通过 MediaLibrary.Pictures

请参阅 http://andy-teamg.blogspot.com /2010/07/windows-phone-7-selecting-device-photos.html

There is no way to customize the behaviour of the chooser.

If you want different behaviour you'll need to create the UI yourself and get the images via MediaLibrary.Pictures

See an example at http://andy-teamg.blogspot.com/2010/07/windows-phone-7-selecting-device-photos.html

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文