Hello,
Is there any documentation or references on controlling the video stream, codec (h.264, h.265), frame size (720p etc), bit rate etc?'
I noticed the Pico board runs this process "rkipc -a /oem/usr/share/iqfiles" and it seems to be what is running the rtsp server and video stream. But I could not find any references on controlling parameters.
Thank you
Video Control
Hello,
Rockchip has released a relevant document, however, it is currently only available in Chinese and requires self-translation to read its contents.
Download the document:Datasheet
The document is located in the compressed package at the following path:
doc\zh\media\Rockchip_Developer_Guide_MPI.pdf
Rockchip has released a relevant document, however, it is currently only available in Chinese and requires self-translation to read its contents.
Download the document:Datasheet
The document is located in the compressed package at the following path:
doc\zh\media\Rockchip_Developer_Guide_MPI.pdf
Can you provide an example of instructions how to configure Visual studio code with the operation of the board "buildroot".
Hello, in order to run a C program on the development board, you need to cross-compile the C code on your host machine first. Then, you would transfer the resulting executable file to the development board for execution there.