This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

IWR1642BOOST: tm_genvideo.exe does not work properly

Part Number: IWR1642BOOST


Hi Sir

I have a question about [C: \ ti \ mmwave_industrial_toolbox_2_4_0 \ labs \ lab0013_traffic_monitoring_16xx\gui\tm_genvideo.exe].

It seems that this exe always generates the same MP4 file without referring to tmFrames.mat of the same hierarchy.
Even without tmFrames.mat, MP4 file is generated.

I want to generate an MP4 file from tmFrames.mat in the same hierarchy.
How can I do that?

Thanks

  • Former Member
    0 Former Member
    Hello

    I will double check the issue you have reported.

    Can you clarify how you are issuing the command for the tm_genvideo.exe?

    If you have Matlab, you can specify the exact path of tmFrames in tm_genvideo.m?

    Best,
    Amanda
  • Hi Amanda
    Thank you for your reply.

    I ran it by double clicking on tm_genvideo.exe on Explorer.
    Also, when you execute the command from the DOS prompt, the result is the same.
    [C:\ti\mmwave_industrial_toolbox_2_4_0\labs\lab0013_traffic_monitoring_16xx\gui> tm_genvideo.exe]

    I confirmed tm_genvideo.m using MATLAB.
    There is [load ('tmFrames.mat');] written.
    The path is omitted.

    When tm_genvideo.m is executed from MATLAB, MP4 is created using tmFrames.mat of the same hierarchy.

    When tm_genvideo.exe is executed, tmFrames.mat is expanded to the following path.
    This tmFrames.mat is always adopted.
    [C:\Users\[username]\AppData\Local\Temp\[username]\mcrCache9.2\tm_gen0\tm_genvideo2\]

    I guess.
    When creating tm_genvideo.exe using MATLAB Compiler, is not it supposed to incorporate tmFrames.mat?

    Thanks
  • Former Member
    0 Former Member in reply to koji fukumoto
    Hello,

    Thanks for reporting this bug with the deployed .exe. We will work on a resolution for the next Industrial Toolbox Release.

    In the meantime, if you have a Matlab license and are able to run tm_play.m and gen_video.m, then you can modify the code to specify the exact paths and filenames.

    Thanks,
    Amanda
  • Former Member
    0 Former Member in reply to koji fukumoto
    Hello,

    Industrial Toolbox version 2.5.1 has been released with the bug fix to enable use of the tm_genvideo.exe
    dev.ti.com/.../

    Thanks,
    Amanda
  • Hi Amanda

    I confirmed that the bug has been fixed.
    Thank you very much, quick response.
    I appreciate it.

    Thanks