Tagged Questions
The wpd tag has no wiki summary.
6
votes
1answer
2k views
Write Files to WPD device via MTP C#/VB.net
I would like to write an application that will copy MP3 files to a SanDisk Sansa M240. The SanDisk doesn't have a drive letter and uses MTP for file transfer.
I stumbled through the sample of ...
4
votes
4answers
3k views
Snapping pictures from Windows C# Canon SDK vs PTP or MTP
I am hoping to receive some general guidance on accomplishing a seemingly simple goal. I have a DSLR camera (Canon EOS 50D) and need to write an application that will tell the camera to take a ...
3
votes
2answers
143 views
Transfering files from Android WPD device to PC
My Android app produces some files that I need to synchronize with my main PC program and the other way around. The common way I do this is using a FTP account where both my Android app and my PC ...
2
votes
1answer
966 views
Alternatives to WPD/WIA on Windows XP?
WPD does not work correctly on Windows XP (SP1 if that matters), even if Microsoft states it does.
Problem with WPD:
IPortableDeviceManager.GetDevices call does not find any devices on Win XP while ...
2
votes
0answers
793 views
WIA versus WPD Digital Camera Image Acquisition and API
We have a Windows Forms app running on XP that uses WIA to retrieve images from digital cameras attached to our company's field technician laptops. As clunky as the COM wrappers and APIs are, they've ...
2
votes
1answer
1k views
WPD equivalent of WIA DeviceDlg
I'm adding Windows Portable Devices (WPD) support to an app that currently uses Windows Image Acquisition (WIA). WIA provides a handy picture selection dialog via IWiaItem::DeviceDlg.
I can't find a ...
1
vote
2answers
580 views
Enumerating Windows Portable Devices in C#
I am attempting to enumerate connected portable devices on Windows using the Windows Portable Devices API and the PortableDeviceManager provided by this API.
I have implemented enumeration of device ...
1
vote
1answer
245 views
Devices supported by Windows Portable Devices (WPD)
I'd like to use digital cameras in my application (running on Windows, written in C++) and I came across two libraries that did that - WIA (Windows Image Acquisition) and WPD (Windows Portable ...
1
vote
1answer
58 views
Wpd scripting help
I need a small script, preferably powershell or js, to automaticly change some values on a camera, using to "Windows Portable Devices".
please help me.
1
vote
2answers
495 views
Is the Vista/Win7 aero effect included in WPF?
Can I use that effect on my controls just like the BlurEffect? If it's not available, is there a way to "acquire" it? Perhaps via the Reflector?
1
vote
3answers
1k views
WPF 3D - Detirmine whether a ModelVisual3D is being clipped inside it's Viewport3D
I have a cube rendering inside a Viewport3D and i need to know a way to find out whether ALL of the cube is visible to the user.
Edit:Just to be clear,..I'm not talking about clipping because of ...
1
vote
1answer
1k views
WPF 3D - Why does my ImageBrush not render?
I have a 3D plane which I'm trying to render with an ImageBrush as it's DiffuseMaterial.Brush. If i use a SolidColorBrush then the plane appears fine but I get nothing at all with either an ...
0
votes
1answer
174 views
Windows MTP/WPD communication with Android device
I'm developing a PC c++ application running on windows. The application shall communicate with an android phone connected thru USB, using MTP. The idée is to not mount the Storage Card. What I have ...
0
votes
1answer
80 views
How to tell digital camera from other devices using WPD and using Setup API
I've got 2 tasks:
a) distinguish digital cameras from other MTP-devices, obtained by IPortableDeviceManager::GetDeviceList;
b) I want to find connected digital cameras with Setup API. My thought ...
0
votes
2answers
55 views
Binding to runtime loaded XAML
I had en idea, which shortly explained was that i would like to load xaml-files runtime, and then bind them to runtime data.
Inside these xaml-files i would use a component called "PropertySetter" ...
0
votes
1answer
128 views
Browsing WPD's content through Windows Explorer
I noticed that when I plug in my Nokia phone, an icon will appear in My Computer in windows explorer and I can browse the content of my phone through windows explorer.
Is this concept similar to ...
0
votes
1answer
528 views
Open WPD Device in Windows Explorer from .NET
I am currently working on an application for managing a WPD device.
I want to add an option to open the wpd device in windows explorer to view the saved files.
Problem is that I can't find a way to ...