2025-04-29 11:03 AM
Hello folks,
I am investigating the Video Encoder on the STM32N6 and have been working through the reference project (VENC_SDCard_ThreadX).
The user manual (RM0486) is very vague on detailing the Video Encoder, and lists over 100 pages of registers which appear to be referencing other Software Registers (VENC_SWREGx):
There are approximately 500 of registers like these, and it doesn't really say much.
Looking through the `asicRegisterDesc[]` structure in the Middleware has been useful to try and see what the registers are used for, but still is nowhere near the amount of detail that is needed.
Any further info would be greatly appreciated.
Kindest regards,
Solved! Go to Solution.
2025-05-07 6:46 AM
Hello @exarian;
I reported the description issue in the reference manual internally.
I advise you to look at Hantro.VC8000NanoE.V50x.SW.Integration.Guide-v1.02-20200708.pdf document may help you.
I recommend you to run an example like VENC_JPEG_Encoding can help you to understand the VENC.
Internal ticket number: 209269 (This is an internal tracking number and is not accessible or usable by customers)
Thank you.
Kaouthar
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.
2025-05-07 6:46 AM
Hello @exarian;
I reported the description issue in the reference manual internally.
I advise you to look at Hantro.VC8000NanoE.V50x.SW.Integration.Guide-v1.02-20200708.pdf document may help you.
I recommend you to run an example like VENC_JPEG_Encoding can help you to understand the VENC.
Internal ticket number: 209269 (This is an internal tracking number and is not accessible or usable by customers)
Thank you.
Kaouthar
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.
2025-05-07 7:01 AM
Thank you @KDJEM.1
That is a great reference to understand the EWL better, I appreciate it.
I have been working with the VENC_SDCard_ThreadX demo, and have managed to encode a video stream, using a test pattern sequence as well as the DCMI.