Open tannguyen1110 opened 1 year ago
Some comments:
Limit the amount of work in the OnImageGrabbed handler as much as possible
grabResult.TimeStamp
You share the bandwidth of all three cameras over one USB host controller. You'll see stronger jitter in when you receive the frame, compared to like having three direct ports to the host.
Have you tested your exact setup in pylonviewer or in the bandwidthmanager( -> from tools menu ) that all three camera work in the pylonviewer?
Hello, I have three Basler acA4024-29uc (all 3 connect to 1 usb hub and then to a laptop) and I want them capture image at least 5 FPS at the same time. But the fastest FPS I can reach is 2,5 (time to retrieved each image is 0.4 sec). If I change FPS more than 3 the result time to retrieved each image cannot lower 0.37 sec. If I run with only 1 camera, time to retrieved is around 0.05 sec. Please help, this is my code: Thank you.
============================================
from pypylon import pylon import numpy as np
import traceback
import time import random
def BackGroundLoopSample(): print("hello multicam_cont")
backgroundaverage = .average / 100
if name == 'main': BackGroundLoopSample()