Emre Kurtoglu
- Total activity 8
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 2
Activity overview
Latest activity by Emre Kurtoglu-
Emre Kurtoglu commented,
I was able to resolve my issue by starting the pwm after the camera is configured. For some reason if I start my pwm for the hardware trigger before configuring the camera, it falls into auto frame...
-
Emre Kurtoglu commented,
Hi Manuel, Since I couldn't make that function work properly, I tried a different version of it (configure_camera_for_trigger()) to configure, but no luck. The camera still disregards the hardwar...
-
Emre Kurtoglu commented,
Hi Manuel, I want to trigger each frame with the pwm. The camera starts capturing with the hardware trigger, and if I disconnect the trigger cable, it doesn't start as expected. However, after th...
-
Emre Kurtoglu created a post,
Grasshopper 3 USB 3 External Trigger API
AnsweredHi, I have an arduino producing pwm at a given frequency (fps), from a digital pin, and I can do hardware trigger for each frame using the generated pwm via line 3 of the camera. My setup works f...
-
Emre Kurtoglu commented,
Got it, thank you so much. I got it working on SpinView with the following settings: Now, I want to do it in PySpin. I am trying the following but the camera doesn't wait for the hardware trigger...
-
Emre Kurtoglu created a post,
Grasshopper 3 USB3 Single Frame External Trigger
AnsweredHi, I have an Arduino setup to generate a PWM function to trigger the camera frames at a given PWM frequency. My setup works perfectly fine with the Basler camera, however, I cannot get it working ...