[media] dev-subdev.rst: make table fully visible on LaTeX
The table there is too big and doesn't have format hints for LaTeX output. Fix it. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
This commit is contained in:
parent
352ca7e7f8
commit
3772b56a05
|
@ -204,9 +204,16 @@ list entity names and pad numbers).
|
|||
|
||||
.. _sample-pipeline-config:
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\newline\newline\begin{adjustbox}{width=\columnwidth}
|
||||
|
||||
.. tabularcolumns:: |p{4.5cm}|p{4.5cm}|p{4.5cm}|p{4.5cm}|p{4.5cm}|p{4.5cm}|p{4.5cm}|
|
||||
|
||||
.. flat-table:: Sample Pipeline Configuration
|
||||
:header-rows: 1
|
||||
:stub-columns: 0
|
||||
:widths: 5 5 5 5 5 5 5
|
||||
|
||||
|
||||
- .. row 1
|
||||
|
@ -288,7 +295,9 @@ list entity names and pad numbers).
|
|||
|
||||
- *1280x960/SGRBG8_1X8*
|
||||
|
||||
.. raw:: latex
|
||||
|
||||
\end{adjustbox}\newline\newline
|
||||
|
||||
1. Initial state. The sensor source pad format is set to its native 3MP
|
||||
size and V4L2_MBUS_FMT_SGRBG8_1X8 media bus code. Formats on the
|
||||
|
|
Loading…
Reference in New Issue