Skip to content
Snippets Groups Projects
  1. Jan 17, 2020
    • Helen Koike's avatar
      utils: rkisp1: sync topology with upstream driver in capture script · 1b95ebe1
      Helen Koike authored
      
      rkisp1 kernel driver was merged upstream with minor changes in the
      topology from the original driver libcamera based it's first support to
      rkisp1.
      
      Adapt libcamera capture script to work with upstream driver.
      
      * Remove subdevice dphy from the pipeline.
      * Add resizer in the pipeline.
      * Fix links.
      * Update entity names.
      
      Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
      
      ---
      Changes in v3: None
      This depends on driver patch: https://patchwork.linuxtv.org/patch/61213/
      
      Changes in v2:
      * New commit (splitted from previous one)
      1b95ebe1
    • Helen Koike's avatar
      libcamera: pipeline: rkisp1: sync topology with upstream driver · 68599b85
      Helen Koike authored
      
      rkisp1 kernel driver was merged upstream with minor changes in the
      topology from the original driver libcamera based it's first support to
      rkisp1.
      
      Adapt libcamera pipeline to work with upstream driver.
      
      * Remove subdevice dphy from the pipeline.
      * Add resizer in the pipeline.
      * Fix links.
      * Update entity names.
      
      Signed-off-by: default avatarHelen Koike <helen.koike@collabora.com>
      Reviewed-by: default avatarNiklas Söderlund <niklas.soderlund@ragnatech.se>
      
      ---
      Changes in v3:
      * Enabling link betwen resizer and capture is not required, since it is
      immutable.
      Otherwise link->setEnabled(true) returns an error and cam tool fail.
      This depends on the kernel patch:
      https://patchwork.linuxtv.org/patch/61213/
      
      Changes in v2:
      * Update rkisp1-capture.sh in a different patch
      * Fix typos in commit message.
      * Remove "receiver" and "CSI-2" reference at:
      
                              << " link from sensor '"
                              << link->source()->entity()->name()
      -                       << "' to CSI-2 receiver";
      +                       << "' to ISP";
      ...
      
      -        * Enumerate all sensors connected to the ISP receiver and create one
      +        * Enumerate all sensors connected to the ISP and create one
      68599b85
  2. Jan 14, 2020
  3. Jan 13, 2020
  4. Jan 12, 2020
  5. Jan 08, 2020
Loading