AMB82-mini Arduino IDE VideoOnly MP4 example fork/exec permission denied

Arduino IDE version 2.2.1
Linux:

Distributor ID: Linuxmint
Description: Linux Mint 21.1
Release: 21.1
Codename: vera

Arduino board: AMB82-MINI
I tried to compile the example sketch:
File->Examples->AmebaMultimedia->RecordMP4->VideoOnly

I get the following error:
fork/exec /home/kent/.arduino15/packages/realtek/tools/ameba_pro2_tools/1.2.9.1/ino_validation_linux: permission denied

I have checked the complete path and I have permissions for all of the entries.

Dear @gritty,

Welcome to AmebaIoT Forum.

Have you tried cd to your /1.2.9.1/ folder and do a chmod 777 -R ./1.2.9.1/ for granting permission in Linux OS?
Thank you.

That did the trick. Thanks!