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.
- Is there any way to do that?
- Create the src element giving the camera name or camera serial ID? I know that in C++ pylon Api there is a function for that but in C API i am not sure and involves some device props checking if not.
- Introducing camera serial number as a plugin read-only parameter so that this number can be checked from calling program?
- Could you consider implementing this feature?
Regards
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