Skip to content

Camera not detected if pylon software not installed #849

@abllnl01

Description

@abllnl01

Describe what you want to implement and what the issue & the steps to reproduce it are:

This repo's Getting Started page says installing pylon is not mandatory. I have noticed on multiple Windows system that pypylon does not detect my Basler camera, e.g. acA4024-29um, if the pylon software is not installed.

Is there a way I can interface with the Basler camera using pypylon without having to install the pylon software?

from pypylon import pylon
try:
    camera = pylon.InstantCamera(pylon.TlFactory.GetInstance().CreateFirstDevice())
    print("Using device ", camera.GetDeviceInfo().GetModelName())
except Exception as e: 
    print(e)

Is your camera operational in Basler pylon viewer on your platform

Yes

Hardware setup used

Windows 10 and 11 x64

Camera(s) used

acA4024-29um

Runtime information:

n/a

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions