As I near the next release of my Linux capture application (which will include source code this time) I'm thinking there are a few things it would be nice to have in some future release of the Linux SDK. My first few items are:
Remove the diagnostic code that enumerates the USB devices.
Remove the diagnostic code showing the captured frame size.
Or, even better, leave the code in place for the above, but allow the user to set a debug option that will enable it.
It would also be very useful if there were some way to get an integer value (either an enumerated type or a #define value) representing the camera model. I'm doing this in my own code at the moment by comparing the camera name with a set of strings and setting an integer value accordingly, but that's a bit ugly and this functionality would be better placed inside the SDK.
None of these are a big issue, but it would be nice to see them.
James