Skip to main content
SDu T
Associate III
February 4, 2021
Solved

Can I encode video from the camera input into H264 format? Are there drivers or software available from ST? I am using the STM32H757

  • February 4, 2021
  • 2 replies
  • 2796 views

..

This topic has been closed for replies.
Best answer by Peter BENSCH

Wikipedia comments on this question:

"[...] H.264 is protected by patents owned by various parties. [...] The commercial use of patented H.264 technologies requires the payment of royalties to MPEG LA and other patent owners."

You need to find and license a library from a third party that offers it. STMicroelectronics does not offer any software protected by patents.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

/Peter

2 replies

Peter BENSCH
Peter BENSCHBest answer
ST Technical Moderator
February 4, 2021

Wikipedia comments on this question:

"[...] H.264 is protected by patents owned by various parties. [...] The commercial use of patented H.264 technologies requires the payment of royalties to MPEG LA and other patent owners."

You need to find and license a library from a third party that offers it. STMicroelectronics does not offer any software protected by patents.

When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.

/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Piranha
Principal III
February 4, 2021

Encoding H.264 without hardware acceleration on Cortex-M it is pretty insane anyway.

Better use hardware JPEG encoder and save/stream M-JPEG - that should work reasonably well.