cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H747I-DISCO + B-Cams-OMV cannot run webcam or People detect

Az.21
Associate III

0693W00000aJ09tQAC.jpg*Using FP-AI-Vision1 Pack

import the binary webcam, the screen is black.

import the people detection binary, the screen is a mess.

No camera picture.

While import the Tutti Frutti demo, it can normally run.

1 ACCEPTED SOLUTION

Accepted Solutions
MOEZBEJ
ST Employee

Hello ,

The fix is available on GitHub :

https://github.com/STMicroelectronics/STM32CubeH7/commit/1c84713102f8509deb79ae14db8dbb104c17c45e#diff-8a5b12f7040dfb560c495dc0a1213725ba939bf19d531dd1e97067b6a1a79ec0

In fact , LCD DSI MB1166-A9 delivered with latest version of STM32H747I-DISCO/ boards come based on LCD FGRIDA FRD400B25025-A-CTK instead of FRD397B25009-D-CTK.

Now the firmware is updated , you just need to enable the right hardware component as defined in stm32h747i_discovery_conf.h file and add the new component library (NT35510) in your project .

/* IMPORTANT: One of the following flags must be enabled in stm32h747i_discovery_conf.h file */

/* options in order to select the target daughter board revision connected on STM32H747I DISCOVERY : !!!!!!!!!! */

/* USE_LCD_CTRL_OTM8009A */ /* Applicable for all LCD daughter boards (MB1166) except for Rev -A09 */

/* USE_LCD_CTRL_NT35510 */ /* Applicable only for LCD daughter boards (MB1166) Rev -A09 */

View solution in original post

9 REPLIES 9
KDJEM.1
ST Employee

Hello @Az.2​ ,

Thank you for reporting the issue.

Which MB1166 Rev.A revision are you Using? A01, A03...?

You can find the MB1166 revision as shown in the below figure.

0693W00000aJ2KBQA0.png 

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.

Thanks for help! A03

KDJEM.1
ST Employee

Hello @Az.2​ ,

Thank you.

I will check and I will get back to you as soon as possible.

Koauthar

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.

KDJEM.1
ST Employee

Hello @Az.2​ ,

This issue is already reported in this post.

I confirm the issue on my side, it has been reported.

Internal ticket number: 147459 (This is an internal tracking number and is not accessible or usable by customers).

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

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.

Hi, excuse me

How's the issue going?​I'm using these binaries and all of them shows mess on the screen
_legacyfs_online_stmicro_images_0693W00000bi7V2QAI.png

Hello @AZ.2​ 

could you please give me the S/N (serial number) for your LCD , you can find how identify your SN on the picture below ,
_legacyfs_online_stmicro_images_0693W00000bjHktQAE.pngThank you

Az.21
Associate III

I've commented in another questionFeed Detail (st.com)

The best comment is from me, I've uploaded some pictures about this issue.

(The default screen serial num is A225300780 with a QR code on right.

The new screen is A214500023 without QR code.)

Hello ,

Thank you.

I will check this S/N and I will get back to you ASAP

MOEZBEJ
ST Employee

Hello ,

The fix is available on GitHub :

https://github.com/STMicroelectronics/STM32CubeH7/commit/1c84713102f8509deb79ae14db8dbb104c17c45e#diff-8a5b12f7040dfb560c495dc0a1213725ba939bf19d531dd1e97067b6a1a79ec0

In fact , LCD DSI MB1166-A9 delivered with latest version of STM32H747I-DISCO/ boards come based on LCD FGRIDA FRD400B25025-A-CTK instead of FRD397B25009-D-CTK.

Now the firmware is updated , you just need to enable the right hardware component as defined in stm32h747i_discovery_conf.h file and add the new component library (NT35510) in your project .

/* IMPORTANT: One of the following flags must be enabled in stm32h747i_discovery_conf.h file */

/* options in order to select the target daughter board revision connected on STM32H747I DISCOVERY : !!!!!!!!!! */

/* USE_LCD_CTRL_OTM8009A */ /* Applicable for all LCD daughter boards (MB1166) except for Rev -A09 */

/* USE_LCD_CTRL_NT35510 */ /* Applicable only for LCD daughter boards (MB1166) Rev -A09 */