- Print
- DarkLight
Article Summary
Share feedback
Thanks for sharing your feedback!
Basler
The capture example of Neon-20xB smart camera is also compatible with Basler cameras.
Download pygraph
Graph in EVA IDE
Command for this sample
gst-launch-1.0 pylonsrc ! videoconvert ! xvimagesink
In three simple steps, you can switch to a different brand of camera source.
For Hikvision Cameras
You just change "pylonsrc" plugin to "hikplugin", then connect and play the pipline.
Graph in EVA IDE
Command for this sample
gst-launch-1.0 hikplugin ! videoconvert ! xvimagesink
For FLIR Cameras
You just change "pylonsrc" plugin to "flirplugin", then connect and play the pipline.
Graph in EVA IDE
Command for this sample
gst-launch-1.0 flirplugin ! videoconvert ! xvimagesink
Was this article helpful?