フィルターのクリア

Where can I find the videos used in the Visual Perception Using Monocular Camera example

5 ビュー (過去 30 日間)
Daniel Muñiz
Daniel Muñiz 2024 年 1 月 10 日
編集済み: Daniel Muñiz 2024 年 1 月 11 日
Hello, everyone
I don't know if this is the correct place to ask this question, but, in my university I've been told to do a project using the 2 videos that are used in the Visual Perception Using Monocular Camera example from mathworks (https://www.mathworks.com/help/driving/ug/visual-perception-using-monocular-camera.html), these being caltech_cordova1.avi and caltech_washington1.avi. However, I cannot find them anywhere on the internet, so i decided to ask you in hope anyone has those two videos somewhere and can give them to me. As I said, I don't know if this is the correct place to ask for this, but I would appreciate if someone has it.
Best Regards

回答 (1 件)

VINAYAK LUHA
VINAYAK LUHA 2024 年 1 月 10 日
編集済み: VINAYAK LUHA 2024 年 1 月 10 日
Hi Daniel,
Assuming that you have the required installations and are able to run the mentioned example successfully, you may obtain the path of the used videos in the example using the following code.
videoReader1 = VideoReader('caltech_washington1.avi');
disp(videoReader1.Path)
/MATLAB/toolbox/driving/drivingdata
videoReader2 = VideoReader('caltech_cordova1.avi');
disp(videoReader2.Path)
/MATLAB/toolbox/driving/drivingdata
Hope this helps,
Regards,
Vinayak Luha
  1 件のコメント
Daniel Muñiz
Daniel Muñiz 2024 年 1 月 10 日
編集済み: Daniel Muñiz 2024 年 1 月 11 日
Hello
Thank you for your fast answer. Unfortunately, I couldn't extract the video from there as the example doesn't run because the file is not on Matlab's path.
Edit: Ok, today I discovered that I opened the example in a Matlab version that didn't have all the toolboxes needed (I have 2 different versions because they asked me in my university for 2 different subjects). Today, I tried the example on my other Matlab version, which had all the toolboxes and it worked.
Thank you so much for your help.
Regards,
Daniel Muñiz

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeMATLAB Support Package for USB Webcams についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by