TheImagingSource / tiscamera

The Linux SDK for The Imaging Source cameras.
https://www.theimagingsource.com
Apache License 2.0
299 stars 148 forks source link

Black dashed lines across image #533

Closed daykin closed 1 year ago

daykin commented 1 year ago

Describe the bug intermittent black 'dashed' lines appear in acquisition

To Reproduce Begin acquisition on camera with tcam-capture, save image.

Expected behavior Image appears without artifacts.

Screenshots tcam-capture-36510395-aravis-GRAY8_1920x1080_b1x1_b1x1_10_1-20230901T092105_088

computer used (please complete the following information):

Additional context I am not sure which layer this problem originates in, perhaps it's an Aravis problem.

TIS-Stefan commented 1 year ago

Hello We are not sure, what causes these artifacts. But you could try to use a different MTU on the network controller and see, whether the spacing of the dots changes. This may gives a hint for the cause. I am sorry for guessing. Stefan

daykin commented 1 year ago

Hi Stefan, Thanks for your reply. It only occurs on one specific machine, so you might be correct that it has to do with the link layer. I will check and report back.

daykin commented 1 year ago

Yes, that fixed it. Dropping MTU to 1024 and returning it to 1500 made the lines disappear. Thanks for pointing this out!

TIS-Stefan commented 1 year ago

Hello What happens, if you set the MTU to 9000? Is that at least possible on your computer? It will reduce network traffic. Stefan

daykin commented 1 year ago

Hi Stefan,

Bumping up to 9000 works just fine, but I am not sure all of our production network infrastructure supports jumbo frames or not. I'd have to check with our IT guy.