You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I am trying to connect to two Basler cameras through an Ubuntu18.04 terminal in Windows 10.
The setup is described here: Windows Subsystem for Linux Installation Guide for Windows 10
I have two cameras connected and I can see them in pylon viewer and python on windows, from pypylon import pylon devices = pylon.TlFactory.GetInstance().EnumerateDevices() len(devices)
prints: 2
If I run the same commands in the ubuntu18.04 terminal it prints 0
So that the terminal cannot find the cameras.
I have installed pylon viewer for Linux X86 in the terminal also: pylon-5-2-0-linux-x86-64-bit
Basler have some C/C++ examples for in their README
If I try to run their example it prompts: An exception occurred. No device is available or no device contains the provided device info properties.
I can connect my serial object (Arduino) found among ttyS* so I hope that my other USB devices are also found.
P.S. I have also published this question here: basler/pypylon#163
Maybe someone has put out an answer there before this one is answered.
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to connect to two Basler cameras through an Ubuntu18.04 terminal in Windows 10.
The setup is described here:
Windows Subsystem for Linux Installation Guide for Windows 10
I have two cameras connected and I can see them in pylon viewer and python on windows,
from pypylon import pylon devices = pylon.TlFactory.GetInstance().EnumerateDevices() len(devices)
prints:
2
If I run the same commands in the ubuntu18.04 terminal it prints
0
So that the terminal cannot find the cameras.
I have installed pylon viewer for Linux X86 in the terminal also:
pylon-5-2-0-linux-x86-64-bit
Basler have some C/C++ examples for in their README
If I try to run their example it prompts:
An exception occurred. No device is available or no device contains the provided device info properties.
I can connect my serial object (Arduino) found among ttyS* so I hope that my other USB devices are also found.
P.S. I have also published this question here:
basler/pypylon#163
Maybe someone has put out an answer there before this one is answered.
The text was updated successfully, but these errors were encountered: