VideoWriter - Error using FilesLoad
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Adam Handley
am 19 Okt. 2022
Verschoben: Walter Roberson
am 19 Okt. 2022
When trying to a video using VideoWriter function and I am returned the following error:
Error using FilesLoad (line 119)
Unable to find file. Ensure file exists and path is valid.
The code is simply:
writerObj = VideoWriter("Controller1:50 Controller2:20.avi");
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 19 Okt. 2022
Verschoben: Walter Roberson
am 19 Okt. 2022
Are you using Windows? Colon is not a valid character in a windows file name except for drive indicator
1 Kommentar
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!