Hi!

I had some problems at the begining with UVC driver, but now it works fine
for me and I am interested to know more about the driver. I would like to
know how to add new functionalities to the driver. I reviewed the driver's
code and I have a foggy idea how it works. But I gues I have to learn a lot.
I also have a question.

Can somebody tell me where are this indexes from and what they mean in the
structure struct uvc_control_info? For example (.index=6):
.entity        = UVC_GUID_UVC_PROCESSING,
.selector    = PU_WHITE_BALANCE_TEMPERATURE_CONTROL,
.index        = 6,  ---> where is this index from?
.size          = 2,
.flags        = UVC_CONTROL_SET_CUR | UVC_CONTROL_GET_RANGE,

Can I find some docs somewhere on the internet about the driver?

Thank you for some help ...

Franjo
_______________________________________________
Linux-uvc-devel mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/linux-uvc-devel

Reply via email to