Cannot run a default Simulink Example: "Stream Camera, Depth and Semantic Segmentation Data from Unreal Engine to NVIDIA Jetson"

3 次查看(过去 30 天)
Dear all,
I try to follow the instructions of a UAV Toolbox/Simulation 3D example, Stream Camera, Depth and Semantic Segmentation Data from Unreal Engine to NVIDIA Jetson. However, it returns an error message as below. Please note that I use the trial version of r2022a with all toolboxes installed.
>> open_system("StreamFromUnrealToJetsonExampleModel.slx")
>> sim("StreamFromUnrealToJetsonExampleModel.slx");
STD exception 'class std::runtime_error': 'Failed to load bundle #909: C:\Program Files\MATLAB\R2022a\bin\win64\libmwgstreamerbuiltins.dll' was caught.
When I comment out all three Video Send blocks and terminate the signal outputs, the example can be run as seen below.
Another supportive information I can give is that, I can run another example, UAV Package Delivery, flawlessly. Once I add a Video Send block as below, I got the same error message as above.
May anybody replicate and help on this issue simply by running Stream Camera, Depth and Semantic Segmentation Data from Unreal Engine to NVIDIA Jetson example?
Kind regards,

采纳的回答

Remo Pillat
Remo Pillat 2024-1-6
I can confirm that in R2022a, you need to install one of the Visual Studio editions (Community, Professional etc.) to ensure that the "Video Send" block works. You need at least Visual Studio 2015, but newer versions will also do. You do not need to install gstreamer or Unreal Engine.
This limitation of the "Video Send" block was fixed in R2022b Update 4, so if you can upgrade to 22b or a newer release, no Visual Studio installation is required.

更多回答(1 个)

Ozan
Ozan 2022-7-28
Hi Jianxin!
I had gstreamer 1.20.3 (both MinGW and MSVC).
But the problem has been resolved by installing Unreal Engine v4.26 and Visual Studio 2019 Community Edition. Unfortunately I don’t know which action solved the issue precisely.
I would appreciate a lot if you could replicate my actions at your end for the sake of verifying the solution.

产品


版本

R2022a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by