Skip to content

Trace/breakpoint trap on Debian, Python 3.8, Zivid 2.1.0 #104

Description

@mortlind

I am on Debian with Python 3.8, and can install 2.1.0 core and telicam driver fine, and pip install zivid succeeds. But any attempt at getting the camera results in Trace/breakpoint trap. E.g. the standard example fails:

import zivid
app = zivid.Application()
camera = app.connect_camera()

Even the emulated camera fails:

>>> camera = app.create_file_camera("ZividSampleData2/FileCameraZividOne.zfc")
Trace/breakpoint trap

Is there any easy fix for this?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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