problem with camera ID 0c45:613b Microdia Win2 PC Camera Ubuntu


 
Thread Tools Search this Thread
Special Forums UNIX Desktop Questions & Answers problem with camera ID 0c45:613b Microdia Win2 PC Camera Ubuntu
# 1  
Old 08-07-2009
problem with camera ID 0c45:613b Microdia Win2 PC Camera Ubuntu

Hi to all

Like in the subject, i got the problem with camera ID 0c45:613b Microdia Win2 PC Camera under Ubuntu. When i plug in camera to USB, Ubuntu put in sn9c102 module, but on this site Linux Kernel Driver Database: CONFIG_USB_GSPCA_SONIXJ: SONIX JPEG USB Camera Driver is information that this device work with gspca_sonixj. I try to blacklist sn9c102 and add to modules.conf gspca_sonixj, and do this later manualy with pluged camera. But that dont work.

Thanks in advance for any help or suggestions.

kernel 2.6.28-15-generic
Ubuntu 9.04

Sorry for my eanglish (not native language)
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

Receiving JPEG packet from camera

I am trying to receive a packet of data as bytes in C, but the picture is getting messed up. I am using fwrite to append bytes to jpg file, but the append or write does not seem to be appending jpg correctly. Packet 1 data comes in append to file Packet 2 data comes in append to file ...... (12 Replies)
Discussion started by: photon
12 Replies

2. Hardware

How and from where to download scanner and camera hardware in my pc?

1, How and from where to downlode scanner and camers hardware in my pc , my computer software dosent have Scanner and caraea hardware. Ecperts & SW plz let me know 2, where do downlode LAN local area net in PC when my another PC LAN software is not working (1 Reply)
Discussion started by: strecones
1 Replies

3. UNIX for Dummies Questions & Answers

LG USB Camera

in my company we have 2 LG USB cameras, that we use whit Ms netmeeting, and everything is fine. does anyone know if there are a simular program like netmeeting, or perhaps a program for FreeBSD that is compatiblty whit netmeeting. what im saying is, i need a program for usb camera for freeBSD.... (1 Reply)
Discussion started by: ree-flex
1 Replies
Login or Register to Ask a Question
dcraw2hdrgen(1) 					      General Commands Manual						   dcraw2hdrgen(1)

NAME
dcraw2hdrgen - Parse information in given Digital Camera RAW files and output a hdrgen script for generation of HDR images. SYNOPSIS
dcraw2hdrgen <file1.cr2> [<file2.cr2>...] DESCRIPTION
This program can be used to automatically create an hdrgen script for use with software creating HDR images. The exposure information is extracted from RAW files using the `dcraw` tool. If this script doesn't recognise the exposure settings from the images taken by your camera, please verify if dcraw supports your camera: `dcraw -i -v your_image.cr2`. You should see a detailed information on shot settings including exposure time. Maybe compiling the newest version will help. EXAMPLES
dcraw2hdrgen IMG_0001.CR2 IMG_0002.CR2 IMG_0003.CR2 > sample.hdrgen Creates a sample.hdrgen script for given images. SEE ALSO
dcraw(1) pfsindcraw(1) pfsinhdrgen(1) pfshdrcalibrate(1) BUGS
Please report bugs and comments on implementation to Grzegorz Krawczyk <gkrawczyk@users.sourceforge.net>. dcraw2hdrgen(1)