Recherche API pour lecture port USB sous Linux
Bonjour,
Quel est en Java6 la meilleure et plus simple API pour lire le contenu d'un port USB sous Linux (Centos 6.4) depuis le mode Level=3, sans serveur X11 de chargé ni API graphique ?
Le but lire une Webcam passive.
Merci d'avance
Phil
Ma webcam est detecte
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
Sep 16 06:56:21 localhost kernel: usb 1-1.1: new full speed USB device number 8 using ehci_hcd
Sep 16 06:56:21 localhost kernel: usb 1-1.1: New USB device found, idVendor=046d, idProduct=0870
Sep 16 06:56:21 localhost kernel: usb 1-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
Sep 16 06:56:21 localhost kernel: usb 1-1.1: Product: Camera
Sep 16 06:56:21 localhost kernel: usb 1-1.1: configuration #1 chosen from 1 choice
Sep 16 06:56:21 localhost kernel: STV06xx: Probing for a stv06xx device
Sep 16 06:56:21 localhost kernel: gspca: probing 046d:0870
Sep 16 06:56:21 localhost kernel: STV06xx: Configuring camera
Sep 16 06:56:21 localhost kernel: STV06xx: HDCS-1020 sensor detected
Sep 16 06:56:21 localhost kernel: STV06xx: Initializing camera
Sep 16 06:56:21 localhost kernel: input: STV06xx as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/input/input15
Sep 16 06:56:21 localhost kernel: gspca: video0 created
Sep 16 06:56:21 localhost kernel: usbcore: registered new interface driver STV06xx |