Skip to content

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

@mortlind

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?

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