Thank you for responding.
It looks like gphoto2 does not detect my camera
Ok, did not gphoto2 --auto-detect work? If not, I am afraid we are not very lucky and there is no much hopeness, since both, gtkam and digikam use gphoto2 as backend. May be you want to try this usage: gphoto2 --camera=MODEL. Replace MODEL with a similar cam from the output of gphoto2 --list-cameras. You need to do it as root because users dont have access to usb by default. Another thing to do is type as root lsusb, write the ID of your camera and google for a model which has the same ID. If you find another model with the same ID and it is in the gphoto2 list, just use that camera instead yours.
also when I run digikam I get the following error:
digikam: error while loading shared libraries: libkexiv2.so.0: cannot open shared object file: No such file or directory
How did you install Digikam? It is shipped by default with soho, so I guess you have the standard edition. I use standard too, and I have digikam installed, dont remember how I did it though

. Anyway, I did
slapt-get --install digikam
and looks like slapt-get will pull all the dependencies. You need the patches and the testing repo enabled. You can do it with gslapt, but I prefer to edit the file manually. Open as root the file /etc/slapt-get/slaptgetrc and add this:
SOURCES=http://vectorlinux.osuosl.org/veclinux-5.8/patches/
SOURCES=http://vectorlinux.osuosl.org/veclinux-5.8/extra/
SOURCES=http://vectorlinux.osuosl.org/veclinux-5.8/testing/
Save the file and then try:
slapt-get --update
slapt-get --install digikam
Is a 36mb download, sorry I have not the disk space to test if it works. May be one of the guys installed digikam in standard recently and wants to jump in?