Page 1 of 1

Video Control

Posted: 2024-01-10 2:44
by dano1nr
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

Re: Video Control

Posted: 2024-01-10 9:34
by Eng38
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

Re: Video Control

Posted: 2024-01-22 9:52
by Yurii
Can you provide an example of instructions how to configure Visual studio code with the operation of the board "buildroot".

Re: Video Control

Posted: 2024-01-23 2:09
by Eng38
Yurii wrote: 2024-01-22 9:52 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.