Video capture
2 ビュー (過去 30 日間)
古いコメントを表示
I am working on one project. In which I have CCD image sensor with EIA B/W video camera and its output is connected to Analog Front End(AFE). The output of AFE is 12 Bit Digital data at the rate of 9 MHz. Now I want to capture a video (30 seconds)from that digital data for further processing using MATLAB. What hardware and/or software is best for my data acquisition?
0 件のコメント
回答 (2 件)
Walter Roberson
2012 年 5 月 31 日
The prices I find are so high that I hope I am looking at the wrong products!!
Your 9 MHz of 12 bit data is about 108 megabits per second, and apparently that puts you into the top of the line of the National Instruments DIO device families.
There is a much much less expensive line of NI devices, but they are described as being software timed, with one sample per I/O request. There is no practical way to get 9 MHz of I/O requests issued within MATLAB itself.
Stephen
2012 年 5 月 31 日
that's not really a matlab question, but why can't you just save video to your camera's storage device and import it later through usb or something. I know some cameras force you to use their own image format, but if that's your case, you pretty much have to use the associated software they provide to manipulate pictures and they may not allow you to save .tiffs or whatever for use in matlab.
2 件のコメント
Walter Roberson
2012 年 5 月 31 日
In my experience, CCD sensors with EIA outputs do not *have* any internal storage: they are just plain sensors with live analog output over a cable.
Walter Roberson
2012 年 5 月 31 日
It is a MATLAB question because MATLAB does not support all devices, and because different MATLAB modules are more or less suited for certain video or DIO operations.
For example without feedback from us, the poster might have thought that perhaps a NI USB-6509 was suitable, but you can't really drive a USB-6509 as quickly as the poster needs.
参考
カテゴリ
Help Center および File Exchange で National Instruments Frame Grabbers についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!