Welcome new user! You can search existing questions and answers without registering, but please register to post new questions and receive answers. Note that due to large amounts of spam attempts, your first three posts will be manually moderated, so please be patient.
Because of un-manageable amounts of spam despite our use of CAPTCHAs, email authorization, and other tools, we have discontinued this forum (see the 700k+ registered users with validated email addresses at right?). Please email us any questions or post bug reports and feature requests on GitHub at https://github.com/jevois -- The content below remains available for future reference.
Welcome to JeVois Tech Zone, where you can ask questions and receive answers from other members of the community.

Is there any way to encode H264 on board? (hardware-accelerated, A33 is capable of)

0 votes
asked Feb 19, 2017 in Programmer Questions by artem (120 points)

1 Answer

0 votes

In principle yes, the chip manufacturer (Allwinner) provides a framework called CedarX, but we have not experimented yet with it.

The kernel support seems to be there, and also we have enabled some CedarX user package in buildroot, so those are getting compiled and installed to microSD, but some experimentation is necessary on how this actually works.

The linux-sunxi community may be a good place to start, for example

http://linux-sunxi.org/CedarX

answered Feb 28, 2017 by JeVois (46,580 points)
...