You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use above code to start grabbing and here is my code to grab a frame:
defget_frame(self):
# when there is an exception I try 4 more times to get a successful grabforiinrange(5):
withself.cam.RetrieveResult(5000, pylon.TimeoutHandling_ThrowException) asgrabResult:
ifgrabResult.GrabSucceeded():
print(grabResult.GetTimeStamp())
...
whileTrue:
get_frame()
Sometimes frames not grabbed sequentially and the timestamp of newer frame is smaller than previous frame. Is it possible? If yes how can I solve it? I need ordered frames.
Is your camera operational in Basler pylon viewer on your platform
You are synced to PTP in arbitrary time domain ( not UTC ) and you lost the connection to your grand master clock and the camera found another clock with a smaller time
Your code resets the GigEVision time stamp ( active commands )
I have not set any NTP server for the camera. But the host system was syncing with GPS and another NTP server and I disabled GPS now. May it cause the problem? Also I don't reset timestamp using commands.
I sometimes see this error too:
Buffer Incompletely Grabbed: Error 3774873620 GX Status 0xe1000014
Is it possible to get a frame with smaller timestamp than previous frame? I have a GigE 2 Megapixel camera.
I use above code to start grabbing and here is my code to grab a frame:
Sometimes frames not grabbed sequentially and the timestamp of newer frame is smaller than previous frame. Is it possible? If yes how can I solve it? I need ordered frames.
Is your camera operational in Basler pylon viewer on your platform
Yes
Hardware setup & camera model(s) used
PC:
CPU: ARM64
OS: Ubuntu
RAM: 4GB
Runtime information:
The text was updated successfully, but these errors were encountered: