Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error calling deepstack #783

Open
tdashmike opened this issue Jul 20, 2024 · 0 comments
Open

Error calling deepstack #783

tdashmike opened this issue Jul 20, 2024 · 0 comments

Comments

@tdashmike
Copy link

tdashmike commented Jul 20, 2024

I can't figure out why it can't connect to deepstack. If I change the ip to a wrong one it will say something different so it looks like it's connecting but there are errors. I have also tried disabling the API key and it is the same. The website for deepstack loads when I go to the IP.

Error:
[ERROR ] [viseron.components.deepstack.object_detector] - Error calling deepstack: Timeout connecting to Deepstack, the current timeout is 10 seconds, try increasing this value

Compose:

services:
  deepstack:
    container_name: deepstack
    restart: unless-stopped
    image: deepquestai/deepstack
    volumes:
      - "/storage/Deepstack:/datastore"
    ports:
      - "5500:5000"
    environment:
      - API-KEY=2345
      - VISION-DETECTION=True
      - VISION-FACE=True

Config:

deepstack:
  host: 192.168.1.5
  port: 5500
  api_key: 2345
  object_detector:
#    dnn_backend: openvino
#    dnn_target: opencl
    cameras:
      frontdoor:
        scan_on_motion_only: true
        fps: 1
        max_frame_age: 3
        labels:
          - label: person
            confidence: 0.7
            trigger_recorder: true
          - label: cat
            confidence: 0.7
            trigger_recorder: true
          - label: dog
            confidence: 0.7
            trigger_recorder: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant