cancel
Showing results for 
Search instead for 
Did you mean: 

STM32N6 VENC Power measurement example code

exarian
Associate III

Good day folks!

I trust you are well.

Do you know where I can find the example that was used to take the VENC power measurements as outlined on this Wiki page ?

I can't seem to find it under the Applications and Examples in the STM32CubeN6 v1.2.0 

Specifically I want to see how the part was configured to support the 1080p resolution.

exarian_0-1752838699556.png

Warm regards

 

 

1 ACCEPTED SOLUTION

Accepted Solutions
DanielS
ST Employee

Hello,

We do not plan to deliver the exact application used to perform the power consumption measurements.
It is a generic application with too many dependencies and complexities for us to provide support.
However, we have reworked the RTSP_Server application to make it easier to modify the configuration, particularly for resolutions (e.g., support for 1080p).
It should be available shortly.
For low-power use cases, it will then be necessary to adjust the peripherals according to the exact desired use case.
This includes adjusting the clocks, entering sleep mode when the operating system is idle, and switching off unused peripherals (e.g., UART, NOR, GPIOs, etc.).

Best Regards,
Daniel

View solution in original post

2 REPLIES 2
DanielS
ST Employee

Hello,

We do not plan to deliver the exact application used to perform the power consumption measurements.
It is a generic application with too many dependencies and complexities for us to provide support.
However, we have reworked the RTSP_Server application to make it easier to modify the configuration, particularly for resolutions (e.g., support for 1080p).
It should be available shortly.
For low-power use cases, it will then be necessary to adjust the peripherals according to the exact desired use case.
This includes adjusting the clocks, entering sleep mode when the operating system is idle, and switching off unused peripherals (e.g., UART, NOR, GPIOs, etc.).

Best Regards,
Daniel

exarian
Associate III

Thank you @DanielS for your feedback.

Adding the 1080p support would be great, thank you.

Specifically how to manage the memory around buffering the camera frames in External memory, or using the "Slices".

I look forward to seeing this, and I know it will be helpful.

Kind regards,