LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   i need USB help (https://www.linuxquestions.org/questions/programming-9/i-need-usb-help-206873/)

absynth 07-19-2004 06:07 AM

i need USB help
 
First of all i want to greet you,

It's quite long, i'm not a good english speaker so plz try to understand me.
I have to work with image taken from an USB videocamera. At this time i'm using Fedora Core.
So i think i have to "read" data from USB and storage (i don't know how i can) its to work with.

I choose a c and c++ pure language to programming.

someone could help me? or give me a link where i can found tools that work for me?

Another quiestions are:
- How can i work with images?
- How data "come in" from a USB device?

i'm gettin' mad..plz!!!

:confused:

Vookimedlo 07-19-2004 06:39 AM

Hi,

to get your images from USB you have to mount the device you would like to read from (typically it's /dev/sda1)

mount -t vfat /dev/sda1 /mnt/camera

Than copy them with your favorite file manager to your harddrive and umount the device. Next you can do some things with gimp editor.

absynth 07-20-2004 01:19 PM

THX so much... i'm gonna try now :)


All times are GMT -5. The time now is 10:26 PM.