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.

AWR1642BOOST: How to run Vehicle Occupant Detection MATLAB script (Automotive toolbox) on Raspberry Pi 4.

Part Number: AWR1642BOOST

Hi all,

I'm able to run Vehicle Occupant Detection script on my laptop, but I would like to run it on a Raspberry Pi 4.
The main problem is that MATLAB requires about 8GB RAM, but the Raspberry has only 4GB RAM.
I have read something about converting MATLAB code to C, but this part is not very clear to me.
Does anyone have experience with this?

Kind regards,

Bram Timmermans

  • Hi,

    The Vehicle Occupant Detection demo sends heatmap and decision data to a PC through UART.

    You should be able to connect to another host and send the same data. Once the data is received on the host it can be used as desired.

    Thank you

    Cesar