Skip to content

Changing resoluton and framerate #326

Answered by roleoroleo
peteallenm asked this question in Q&A
Discussion options

You must be logged in to vote

Here:
#306 (reply in thread)
there is a topic about changing parameters of the cam.

The capture and encode features are managed by the original yi firmware.
Configuration of sensor, configuration of hw encoder, cedarx are not available in a simple manner.
The cpu is not enough to sw encode the stream.
The framebuffer is filled by rmm daemon: a big elf that takes care of everything.

So the control is very poor.

Another (probably long term better) option is to kill process controls the camera and encoding, and either use gstreamer or write a separate program that accesses the camera, encodes with cedarx (possibly using mjpeg one block at a time) and sends it out over udp.

This could be an…

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@peteallenm
Comment options

Answer selected by peteallenm
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants