Camera

  • Livestream of any camera configured in crownest. cam_image

    • Current issue: Not supporting FLSUN or Creality SonicPad

  • Thumbnail of the current print. (Your slicer needs to generate the thumbnail image) thum_image

Manual Configuration

It is possible to manually configure the Stream and Snapshot URL for the camera. This will bypass the automatic configuration.

config

Camera Rotation

If you want to rotate the camera image, you can do so by changing the dashboard layout. Using card mod.

With the extension installed, just modify your layout yaml. (apply the appropriate rotation (90, 180, 270))

card:
  type: picture-entity
  entity: camera.mkspi_webcam
  camera_view: live
  show_name: false
  show_state: false
  card_mod:
    style: |
      hui-image{
        transform: rotate(-180deg);
      }