Skip to content

Bambu Labs Webcam Crashes OrcaSlicer #3

Open
@fals3illusion

Description

@fals3illusion

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

Whenever I try to play the webcam, OrcaSlicer crashes

Expected Behavior

Webcam should show up

Steps To Reproduce

Go to device, then try to hit play on webcam . Crashes program after it tries to load the image

Environment

- OS: Debian 12
- How docker service was installed:
Docker Compose on Proxmox Debian LXC with 4GB RAM, 20BGB Storage

CPU architecture

x86-64

Docker creation

---
version: "2.1"
services:
  orcaslicer:
    image: lscr.io/linuxserver/orcaslicer:latest
    container_name: orcaslicer
    security_opt:
      - seccomp:unconfined #optional
    environment:
      - PUID=1000
      - PGID=1000
      - TZ=Etc/UTC
    volumes:
      - /root/orcaslicer:/config
    ports:
      - 3000:3000
      - 3001:3001
    restart: unless-stopped

Container logs

Not sure how to find this... new to linuxserver

Metadata

Metadata

Assignees

Type

No type

Projects

Status

Issues

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions