Navigation

    VisionAppster.com

    VisionAppster Forum

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. cmisztur
    3. Topics
    C
    • Profile
    • Following
    • Followers
    • Topics
    • Posts
    • Best
    • Groups

    Topics created by cmisztur

    • C

      MIPI Cameras
      Raspberry Pi • • cmisztur  

      3
      0
      Votes
      3
      Posts
      191
      Views

      C

      @Topi Hmm, ok, so using Arducam's C SDK this sounds doable.
    • C

      (beta3) Remote camera "404"
      Builder • • cmisztur  

      6
      0
      Votes
      6
      Posts
      242
      Views

      C

      @Topi said in (beta3) Remote camera "404": http://192.168.2.59:2015/cameras/webcam%3Avideo0/ I typed the cameraId, instead of selecting one and modifying cameraId. It works.
    • C

      ARM Docker Image
      Raspberry Pi • • cmisztur  

      6
      0
      Votes
      6
      Posts
      271
      Views

      C

      @tomyri Thanks. version: "2.4" services: portainer: container_name: portainer image: portainer/portainer restart: always networks: - l99_bridge ports: - "9000:9000" volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - /var/run/docker.sock:/var/run/docker.sock - portainer_data:/data logging: driver: "json-file" options: max-file: "5" max-size: "10m" vaengine: container_name: vaengine image: visionappster/va-engine restart: always networks: - l99_bridge ports: - "2015:2015" privileged: true volumes: - /etc/localtime:/etc/localtime:ro - /etc/timezone:/etc/timezone:ro - va_packages:/opt/visionappster/packages - va_components:/opt/visionappster/components - va_licenses:/opt/visionappster/licenses logging: driver: "json-file" options: max-file: "5" max-size: "10m" volumes: portainer_data: va_packages: va_components: va_licenses: networks: l99_bridge: name: l99_bridge