-
Notifications
You must be signed in to change notification settings - Fork 0
Description
A Basler ACE camera equipped with a Camera Link interface is connected to a microEnable 5 marathon VCL frame grabber. The camera is successfully detected in pylon Viewer, where all parameters can be configured normally. However, when using the GenTL protocol via the FrameGrabberSDK, the camera is not detected. Although the camera can be detected through the frame grabber, it cannot be discovered in microDisplayX. Parameters cannot be configured via functions like Sgc_setIntegerValue in the current setup. Pylon Viewer can still detect the camera and configure its parameters without issues.
Additionally, when using the FrameGrabberSDK's self-contained discover example project, the camera is still not detected through the GenTL protocol. The discover example runs without issues when the camera is connected and recognized under the CL protocol, but the same is not true under GenTL.
Is it feasible to use the pylon SDK for high-level camera control while employing the FrameGrabberSDK (e.g., me5 SDK) for low-level frame grabbing operations? Alternatively, are there more effective integration strategies available?