• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1This file keeps track of ambiguities and just plain problems found in the
2V4L2 specification while writing and testing this compliance test tool.
3
4At some point in time these issues should be resolved, but by placing them
5here they won't be forgotten.
6
7- Duplicate controls: V4L2_CID_EXPOSURE (user class) and V4L2_CID_EXPOSURE_ABSOLUTE
8  (camera class).
9
10- Need an ENUMFMT flag to mark mplanar formats.
11
12- crop/compose impossible if ENUM_FRAMESIZES reports more than 1 discrete framesize.
13
14- continuous/stepwise framesizes: bounds of scaler? Should this be required if a
15  scaler is present?
16
17- Should calling s_std(g_std()) reset the format?
18
19- Latency checks: warn when ioctls take a very long time.
20