-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pylon 2 camera Indeterminance #74
Comments
Hi, @JMOlmos-cafsig. I think that the best way is to add The required code is actually already written (see |
@JMOlmos-cafsig the serial number or user specified name of the device can be given into the DeviceInfo object during the enumeration query |
@thiesmoeller , do you mean in pylonC api? |
I'm not a project owner which is @joshdoe. So I can't make any final decisions. I've just used to contribute to this plugin. So now I'm just sticking around pretending I know something about Pylon. While @joshdoe does not show up very often here. |
I'd be happy to review pull requests. All I ask is that you run gst-indent, and follow the GStreamer style of commit messages. |
@JMOlmos-cafsig yes via pylonc API. If you add this, adding a "open via user name" would be done exactly the same way and would allow to name your camera e.g "Left" and "Right' and makes the app code more readable.... |
Hello, i am trying to build a homemade stereo camera with two basler cameras and i found this repository that allow Genicam interfaces to be easily integrated with gstreamer (nice and hard work, you have my congrats). When using 2 cameras with pylon plugin the two cameras have a given index related to their connection time. Because of that it is impossible to identify the camera (left or right) and the ids can change making imposible to fix a configuration.
Regards
The text was updated successfully, but these errors were encountered: