TDY_Ifeanyi
Community team- Total activity 200
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 74
Activity overview
Latest activity by TDY_Ifeanyi-
TDY_Ifeanyi commented,
Hello, Great to know you fixed the issue. It seems PTP configuration is not included as part of features that can be saved in non-volatile memory of the camera. Therefore, it has to be reconfigured...
-
TDY_Ifeanyi commented,
Hi Jarka, It seems this inconsistency is related to firmware bug. I tested a different firmware (version:1906.1.8), and it seems working fine. Could you test on your side and let us know if this f...
-
TDY_Ifeanyi commented,
Hello Jarek, Sorry for delay in getting back to you on this issue. As per the C code, do you still get timeout with it? What happen if you just set a fixed timeout that does not depends on the expo...
-
TDY_Ifeanyi commented,
Hi, Our machine vision cameras support IEEE-1588 Precision Time Protocol to synchronize devices. For all devices to properly sync, they have to support IEEE1588 protocol and must be in the same ne...
-
TDY_Ifeanyi commented,
Hello Jarek, Yes, it is possible to Trigger camera on Sequencer mode. Did you execute software trigger command or receive any exception before GetNextImage timeout? Please note, user must set camer...
-
TDY_Ifeanyi commented,
Hello Amedeo, One more correction from the code you shared. FrameBurstStart/FrameBurstEnd is type of trigger and not a node on the camera. So, I would remove that section of the code, and replace w...
-
TDY_Ifeanyi commented,
Hello Amedeo, My guess is that "num_images" is global variable and set to 1. Hence, the reason for getting only 1 frame per trigger signal? Do you intend to call Begin- and EndAcquisition for every...
-
TDY_Ifeanyi commented,
Hello Amedeo, We do not have example code with exact specification you mentioned. However, our Trigger.py example project part of spinnaker-python package should guide on how to implement/re-config...
-
TDY_Ifeanyi commented,
Hello Christian, Another customer reported similar issue on their virtual machine, although we have tested this on our host machine with spinnaker 4.0 and it was working fine. Customer downgraded t...
-
TDY_Ifeanyi commented,
Official comment Hello Sergi, It is not possible to use spinnaker python package built for specific python version in another version by renaming the package/file. Officially, we support up to python version 3.10 w...