|
|
|
I2C of sensor SOC_CAMERA | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
hello. I'm developping a driver and I need develop a sensor with soc_camera
library, well , I have a problem with the sensor because I can't read
correctly of it, I use these instructions when I register the driver:
static int __init ov7670_module_init(void)
{
return i2c_add_driver(&ov7670_soc_i2c_driver);
}
and in function probe of sensor.
...
if (!i2c_check_functionality(adapter, I2C_FUNC_SMBUS_BYTE_DATA))
...
i2c_set_clientdata(client, priv);
...
ret = soc_camera_device_register(icd);
I don't know why I can't read well of this sensor...the sensor return values
incorrect and bad (as "fffffffb") the address I2C is correct, can someone
help me? can be that I haven't important function in the driver or in the
configuration board?
--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list
[Linux Media] [Older V4L] [Linux DVB] [Video Disk Recorder] [Linux Kernel] [Asterisk] [Photo] [DCCP] [Netdev] [Xorg] [Util Linux NG] [Xfree86] [Free Photo Albums] [Fedora Users] [Fedora Women] [ALSA Users] [ALSA Devel] [SSH] [DVB Maintainers] [Linux USB] [Yosemite Information]
![]() |
![]() |