libcamera: ipu3: Set pipe_mode based on stream configuration

Set the ImgU pipe_mode control based on the active stream configuration.
Use 'Video' pipe mode unless the viewfinder stream is not active.

Signed-off-by: Jacopo Mondi <jacopo@jmondi.org>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
1 file changed
tree: 280470f088bab1b7245ca8aeafb8d92ca0034072
  1. Documentation/
  2. include/
  3. licenses/
  4. package/
  5. src/
  6. test/
  7. utils/
  8. .clang-format
  9. .gitignore
  10. meson.build
  11. meson_options.txt
  12. README.md
README.md

libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:

  meson build
  cd build
  ninja
  ninja install