Taking images in real time
2 ビュー (過去 30 日間)
古いコメントを表示
i want to process the images taken from the camera in real time. How can i pass the captured image to my matlab program automatically?
0 件のコメント
回答 (2 件)
Image Analyst
2013 年 10 月 18 日
Real time is not well defined for images. You need to say what frame rate you want. Do you want 100 frames per second, 30 frames per second, 5 frames per second? What does "real time" mean to you? What do you require? I think you might be able to get as fast as 5 or 10 frames per second with a small image. A larger camera image size will give slower frame rates. The more complicated the processing you need to do, the slower it will be. What speed (frame rate) do you require?
0 件のコメント
Friedrich
2013 年 10 月 18 日
編集済み: Friedrich
2013 年 10 月 18 日
Hi,
I guess you are looking for the Image Acquisition Toolbox. If you work MATLAB based then its not real-time. It's as fast as it can be aka live. When you really need real-time you can go for code generation and use that on a real-time system later on.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!