Skip to content

Commit

Permalink
firmware: vcfw: Fix PMIC max voltage
Browse files Browse the repository at this point in the history
See: https://forum.libreelec.tv/thread/22097-libreelec-leia-9-2-3

firmware: ISP raw14 and mono input, 16bpc YUV output. Camera subsystem not messing with GPIO0
firmware: isp: fix assert from initial setting of ISP denoise parameters
  • Loading branch information
popcornmix committed Jun 6, 2020
1 parent 23548e5 commit 2ebdbbb
Show file tree
Hide file tree
Showing 17 changed files with 5 additions and 0 deletions.
Binary file modified boot/fixup.dat
Binary file not shown.
Binary file modified boot/fixup4.dat
Binary file not shown.
Binary file modified boot/fixup4cd.dat
Binary file not shown.
Binary file modified boot/fixup4db.dat
Binary file not shown.
Binary file modified boot/fixup4x.dat
Binary file not shown.
Binary file modified boot/fixup_cd.dat
Binary file not shown.
Binary file modified boot/fixup_db.dat
Binary file not shown.
Binary file modified boot/fixup_x.dat
Binary file not shown.
Binary file modified boot/start.elf
Binary file not shown.
Binary file modified boot/start4.elf
Binary file not shown.
Binary file modified boot/start4cd.elf
Binary file not shown.
Binary file modified boot/start4db.elf
Binary file not shown.
Binary file modified boot/start4x.elf
Binary file not shown.
Binary file modified boot/start_cd.elf
Binary file not shown.
Binary file modified boot/start_db.elf
Binary file not shown.
Binary file modified boot/start_x.elf
Binary file not shown.
5 changes: 5 additions & 0 deletions documentation/ilcomponents/isp.html
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,11 @@ <h1>OMX.broadcom.isp</h1>
This component wraps the ISP (Image Sensor Processor) hardware block to
offer hardware accelerated format conversion and resizing.
It has one input port taking Bayer, YUV or RGB images in numerous different formats.
Monochrome sensors using the normal CSI-2 pixel format packings are also supported,
however what is normally the Bayer part of the processing is still in Bayer mode,
therefore the same parameters need to be applied to all 4 channels to avoid strange
colour effects.
<p>
It has three output ports:
Port 361 supports various RGB and YUV formats.
Port 362 is off the low res resizer which can only downscale. Due to this
Expand Down

0 comments on commit 2ebdbbb

Please sign in to comment.