フィルターのクリア

unable to play Y800 monochrome AVI file

12 ビュー (過去 30 日間)
nt
nt 2014 年 4 月 7 日
編集済み: Thomas John 2021 年 12 月 30 日
I used this command vision.VideoFileReader(<myY800.avi>) to run the file, and I have got the error:
Error using dspmmfileinfo>tryVideoReader (line 271) The file requires the following codec(s) to be installed on your system: Y800 The specified file is: data/v3100.avi
Can I know how to solve it?

回答 (2 件)

Thomas John
Thomas John 2021 年 12 月 30 日
編集済み: Thomas John 2021 年 12 月 30 日
On a Windows system you can simply install the codec by installing the driver for a USB33U-camara by Imagingsource. This driver doesn't need an attached camera, by it installs the codec. Go to www.theimagingsource.com and install the "Device Driver for all 33U, 37U, 38U series, polarization USB cameras and the DFG/HDMI converter." (link: https://www.theimagingsource.com/support/downloads-for-windows/device-drivers/icwdmuvccamtis33u/ ) . Attention, not the general usb driver from imagingsource, it requires an attached camera. In addition for matlab, if you extract images from the avi, those are always as rgb images, identical in red green and blue. Use simply rgb2gray(img) to get the 8-bit grayscaled images. Do not convert the uncompressed Y800-avi to compressed mp4, you will lost information.
Best regards, Thomas

chao dong
chao dong 2016 年 5 月 23 日
you may actually need to change the format of this video into mp4.

Community Treasure Hunt

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

Start Hunting!

Translated by