We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae9f4e2 commit ea64cefCopy full SHA for ea64cef
system/nxcodec/Kconfig
@@ -7,8 +7,13 @@ config SYSTEM_NXCODEC
7
bool "NxCodec test application"
8
default n
9
---help---
10
- Enable support for the NxCodec test application and optional
11
- command line interface.
+ This application is a command-line tool that verifies the functionality
+ of NuttX codecs. Specifically, it serves as a verification tool for v4l2m2m.
12
+
13
+ By default, it is the decodeing mode, with a default parameter size of
14
+ 640x480, input format of H264, and output format of YUV420. The `-i`
15
+ parameter corresponds to the input parameter before it, and the `-i`
16
+ parameter corresponds to the output parameter after it.
17
18
if SYSTEM_NXCODEC
19
0 commit comments