Browse Source

fix typo

Signed-off-by: surenyi <surenyi82@163.com>
master
surenyi 3 months ago
parent
commit
970a6741fa
  1. BIN
      pdf/rk3588_guide.pdf
  2. 6
      tex/resource.tex

BIN
pdf/rk3588_guide.pdf

Binary file not shown.

6
tex/resource.tex

@ -260,7 +260,7 @@ MIPI-CSI & DVP接口 & 支持Camera数量 \\
\bottomrule
\end{tabular}
\end{table}
RK35887路Camera连接情况如下图所示:
RK35887 Camera 连接情况如下图所示:
\begin{figure}[H]
\centering
\begin{tikzpicture}
@ -375,13 +375,13 @@ gst-launch-1.0 v4l2src device=/dev/video1 ! capsfilter \
caps=video/x-raw,format=GRAY8 ! videoconvert ! mpph264enc \
! rtph264pay pt=96 ! udpsink host=192.168.1.17 port=5000
\end{minted}
\item 灰度图像显示到屏上:
\item 灰度图像显示到屏上:
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
gst-launch-1.0 v4l2src device=/dev/video1 io-mode=dmabuf \
! capsfilter caps=video/x-raw,format=GRAY8 ! videoconvert \
! capsfilter caps=video/x-raw,format=RGB ! kmssink
\end{minted}
\itemDMABUF 编码并推流:
\itemdmabuf 模式并推流:
\begin{minted}[bgcolor=lightgray!30,fontsize=\scriptsize]{bash}
gst-launch-1.0 v4l2src device=/dev/video0 io-mode=dmabuf ! \
mpph264enc ! rtph264pay pt=96 ! udpsink host=192.168.1.17 port=5000

Loading…
Cancel
Save