run video on guiguider simulator

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

run video on guiguider simulator

2,440 Views
amira
Contributor II

Hello,

I'm trying to add a video to my gui-guider screen but there is no widget for that ! (I'm using V1.7.1 of guiguider)

0 Kudos
Reply
14 Replies

2,409 Views
amira
Contributor II

Capture.PNG

0 Kudos
Reply

2,407 Views
amira
Contributor II

I'm using MMIXRT1170-EVKB

0 Kudos
Reply

2,237 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira,

It seems like this is a bug specifically for the RT1170-EVK and RT1170-EVKB. Versions 1.5 and 1.6 have the video widget available for these MCU boards, while the newer 1.7 doesn't. I have reported this issue internally to the appropriate team. The correction should be available on the next release of GUI Guider.

If you require to use the video widget for your RT1170-EVKB, you could go back to version 1.6 of GUI Guider.

Sorry for the inconvenience this may cause and thank you for reporting this.

BR,
Edwin.

1,977 Views
amira
Contributor II
Is it possible to know when the new release will be available ?
0 Kudos
Reply

1,952 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira,

I'm afraid I don't have access to this information, so I wouldn't be able to provide it to you. That said, our GUI Guider team works dexterously, and the new versions usually release quickly (compared to other NXP software like the IDE or SDKs). For example, version 1.7.2 was just released last week, which means that there was only 3 weeks between versions 1.7.1 and 1.7.2.

Sadly, I checked, and the video missing feature didn't make the cut for this 1.7.2 release.

Sorry for the inconvenience this may cause.

BR,
Edwin.

1,577 Views
amira
Contributor II

Could you kindly confirm if this bug will be resolved in the upcoming release? Having this information would greatly assist us in our development planning.

0 Kudos
Reply

1,467 Views
amira
Contributor II
Any response please?
0 Kudos
Reply

1,306 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira,

Internal was able to share that the next version of GUI Guider is soon to be released, but it sadly won't implement the video widget for the RT1170-EVKB. It's likely that this feature will be implemented until v1.8.1.

Sorry for the inconvenience this may cause.

BR,
Edwin.

0 Kudos
Reply

1,300 Views
amira
Contributor II
Thank you for your response!
0 Kudos
Reply

1,369 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira

Apologies, but I'm still unable to confirm if the fix will be present on the nearest release of GUI Guider. I am still deliberating with the GUI Guider team about this topic. If they are able to provide me with an approximate timeline, I will let you know.

BR,
Edwin.

0 Kudos
Reply

2,149 Views
amira
Contributor II

I encountered a problem while I'm building an exported project from Gui-Guider v1.6.0 to MCUXpresso IDE v11.8.0 with SDK V2.14, here is the bug:

 

/sdk/Core/lvgl/lvgl/src/extra/widgets/video/lv_video.c:22:14: fatal error: sdcard.h: No such file or directory

22 | #include "sdcard.h"

| ^~~~~~~~~~

compilation terminated.

make[1]: *** [lvgl/lvgl/src/extra/widgets/video/subdir.mk:20: lvgl/lvgl/src/extra/widgets/video/lv_video.o] Error 1

make[1]: *** Waiting for unfinished jobs....

0 Kudos
Reply

2,419 Views
amira
Contributor II

Thanks for your feedback, but as I mentioned before there is no Video widget in the menu for version V1.7.1 of Gui Guider ( you can verify)

0 Kudos
Reply

2,414 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira,

The screenshot I shared previously is taken from version 1.7.1 of GUI Guider. Here is an extended picture that corroborates the release version:

EdwinHz_0-1712870745494.png

What MCU are you using for your project? If you create a new project using the following board and template (just for testing purposes), is the Video widget still missing for you?

EdwinHz_1-1712870883148.png

 

BR,
Edwin.

0 Kudos
Reply

2,423 Views
EdwinHz
NXP TechSupport
NXP TechSupport

Hi @amira,

Please look into the following documentation on how to add and use the VideoPlayer application template on GUI Guider: Video | GUIGUIDERUG: GUI Guider User's Guide | NXP Semiconductors

If the board you are currently using does not have a VideoPlayer sample, you can still find the video player widget on the "advanced" section of the Widgets menu (scroll to the bottom of this menu to find it):

EdwinHz_0-1712864709408.png

Make sure to add the .h264 video file on the "<project folder>/import/video" path in order to be able to see it during simulation. An example of how the video path should look like is shown after step 4 of the "Create project" section of the aforementioned documentatation.

Hope this helps!

BR,
Edwin.

 

0 Kudos
Reply