Re:
http://chdk.setepontos.com/index.php?topic=10469.msg103510#msg103510This is something that comes up a lot. It would be possible to make a build target that greps the platform_camera.h files for interesting values and outputs a table of which cameras support which options. This could be output as wiki text or html and periodically posted on the wiki.
Possible "Interesting" values
CAM_PROPSET
CAM_DRYOS
CAM_EXT_TV_RANGE
CAM_HAS_FILEWRITETASK_HOOK
CAM_HAS_ND_FILTER
CAM_HAS_IRIS_DIAPHRAGM
CAM_MULTIPART
CAM_RAW_ROWPIX
CAM_RAW_ROWS
CAM_SENSOR_BITS_PER_PIXEL
CAM_JPEG_WIDTH
CAM_JPEG_HEIGHT
The point here is things that are interesting to end users, not internal implementation stuff like CAM_UNCACHED_BIT or CAM_STARTUP_CRASH_FILE_OPEN_FIX
I'm not putting this in the 1.3 thread, because there's no particular reason to restrict it to 1.3
A text version of this could also be appended to the camera notes.txt when building the readme.
The shortcut keys would also be useful, but would probably be difficult to parse out.