• Welcome to Tux Reports: Where Penguins Fly. We hope you find the topics varied, interesting, and worthy of your time. Please become a member and join in the discussions.

camera driver

P

Phil

Flightless Bird
using win xp sp3 recently re-did hard drive. have a sony dsc-h5 dig camera
and can not load the driver. never had a problem in past until new drive.
should be plug and play. i have tried other devices such as storage devices
and they install no problem. i tried using cd and also downloaded from sony.
keep getting error 28. any ideas?
thank you, phil
 
P

philo

Flightless Bird
On 09/05/2010 10:26 AM, Phil wrote:
> using win xp sp3 recently re-did hard drive. have a sony dsc-h5 dig camera
> and can not load the driver. never had a problem in past until new drive.
> should be plug and play. i have tried other devices such as storage devices
> and they install no problem. i tried using cd and also downloaded from sony.
> keep getting error 28. any ideas?
> thank you, phil



A work around it to get a card reader
 
A

aqinm78

Flightless Bird
I am using camera of Zburg and now unable to find driver of Camera.
Send me suggestion or referral.




--
aqinm78
 
J

Jim

Flightless Bird
On Mon, 6 Sep 2010 04:59:16 +0000, aqinm78
<aqinm78.6ca3210@pcbanter.net> wrote:

>
>I am using camera of Zburg and now unable to find driver of Camera.
>Send me suggestion or referral.



Google .
 
P

Paul

Flightless Bird
Phil wrote:
> using win xp sp3 recently re-did hard drive. have a sony dsc-h5 dig camera
> and can not load the driver. never had a problem in past until new drive.
> should be plug and play. i have tried other devices such as storage devices
> and they install no problem. i tried using cd and also downloaded from sony.
> keep getting error 28. any ideas?
> thank you, phil


I had a look at it, and it isn't much of a driver. (A lot of the
drivers I download, have comments or contain hints I can use. This
driver is about as naked as they get.)

ftp://download.sony.com/US/dvimag/USBDRVEN.EXE

One element of the driver, calls a standard Microsoft file (usb.inf),
so a system driver is being used in that case. They do that,
to handle the "composite" device your camera represents (camera could have
audio and video, two separate entries in the USB config info).

Other than that, one of the parts of the driver, seems to be intended
to allow you to capture a picture from the camera while the camera
is turned on. I don't expect that is what you're trying to do right
now. It almost looks like you should be able to contact the camera,
download the pictures, without that driver.

My guess would be, in light of the severe lack of details
in there, that the camera is set up as USB mass storage, and
if that were the case, it would automatically appear as a
hard drive entry. If that doesn't happen, perhaps the
media inside the camera, isn't formatted into a recognizable
file system ?

You can use UVCView, to verify the camera is detected on the USB port.
UVCView is a Microsoft program, no longer offered for download, so
you have to get it from somewhere else now.

*******
ftp://ftp.efo.ru/pub/ftdichip/Utilities/UVCView.x86.exe
http://www.users.on.net/~fzabkar/USB_IDs/UVCView.x86.exe

File size is 167,232 bytes.
MD5sum is 93244d84d79314898e62d21cecc4ca5e

This is a picture of what the UVCView info looks like.

http://www.die.de/blog/content/binary/usbview.png

Some information on the parameters seen in UVCView.

http://www.beyondlogic.org/usbnutshell/usb5.htm

You should be able to get VEN and DEV info from a plugged
in device. That program will also help you determine whether
the camera is alive at all or not.
*******

You have to be a little careful with camera media. If the media
needs to be formatted, you should do that with the camera, rather
than from the computer end. The camera is best prepared, to
format its own media. Sometimes, doing it from the computer,
screws it up. Test with a spare blank piece of media, so you
don't overwrite the pictures currently stored.

Some cameras, require you to switch them into the appropriate
"mode", before they'll appear as a mass storage device. Other
cameras use MTP, a different protocol than USB Mass Storage.
And the system driver for that, used to be delivered with
Windows Media Player. MTP allows both the camera and the
computer, to be updating the media at the same time. While
with USB Mass Storage, only one agent can be accessing it
at a time.

http://en.wikipedia.org/wiki/Media_Transfer_Protocol

"On Microsoft Windows, MTP is supported in Microsoft Windows XP
if Windows Media Player 10 or later versions are installed."

I don't know exactly how you'd go about detecting whether
the camera uses MTP. Maybe it uses a class code in the config
information ? I would check the documentation for the camera,
as an easier way to find out whether that is what it is using.
It could be, that using a recent version of WMP will help you.
MTP is also used to enforce DRM, but in this case, that isn't
why they'd be using it (since the camera produces all its own
content which is DRM free).

Paul
 
Top