Info
この質問は閉じられています。 編集または回答するには再度開いてください。
Decrease image acquisition processing time for real-time vision feedback
2 ビュー (過去 30 日間)
古いコメントを表示
Hi, I have been creating code for an inverted pendulum which follows the steps below:
- Getting a snapshot of the current video
- Process the image
- Computing angle
- Using a for loop to repeat these steps.
Attached below is a snippet of the code with what it outputs. It displays the hour, minute, and second of when each frame has been acquired for analysis, alongside the angle calculated.
Currently the difference in time between image acqusition is around 4 seconds, so about 0.25 fps. Is there anyway i can speed this up to possibly 25-30fps?
Thanks in advance!

0 件のコメント
回答 (0 件)
この質問は閉じられています。
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!