フィルターのクリア

GigE Camera Error: Unable to set PacketSize

14 ビュー (過去 30 日間)
John
John 2013 年 3 月 28 日
I'm trying to connect a GigE camera through a pleora PT1000 IP engine. I'm using Matlab 2012a. I'm getting an error of "gige: Unable to set PacketSize" when trying to preview or use getsnapshot. I've seen on a previous thread the same problem using 2010. The help there has not solved my problem. Any help would be greatly appreciated.
  1 件のコメント
jonathan
jonathan 2013 年 7 月 25 日
I'm getting this same exact issue with the same pleora device. Have you found a solution to this yet?

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

回答 (1 件)

Evan
Evan 2013 年 7 月 25 日
編集済み: Evan 2013 年 7 月 25 日
Have you tried setting the Packet Size property for your camera? Outside of matlab, you should make sure Jumbo Frames are enabled and set the value to the maximum allowed by your network card by going to:
Control Panel > Device Manager > Network Adaptors > Network Card Name > Advanced > Jumbo Frames
Then, in matlab, set 'PacketSize' to that value:
src.PacketDelay = value;
  2 件のコメント
jonathan
jonathan 2013 年 7 月 26 日
I did this, but forgot to set PacketSize in matlab as well. After imaqreset, it worked like a charm.
Evan
Evan 2013 年 7 月 26 日
Great!

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

Community Treasure Hunt

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

Start Hunting!

Translated by