Can anybody explain me how works configuration of the camera? It seems like the ActiveAtribute tell what we want to change, in this case it's a HardwareRequeueBufferListThreshold, and next we give the parameters which we want to change in the atribute given before? Am I understand it right?
Where can I find the full list of the Attributes and values I can change in them? I've only find in the documentation the list below but there's nothing about the HardwareRequeueBufferListThreshold for example.
I've also read that there is posibility to print the list of parameters for my camera using block enumerateAttributes but I really don't know how to do this