Skip to content
This repository has been archived by the owner on Mar 19, 2023. It is now read-only.

Size of image being saved #64

Closed
wdwithmp opened this issue Aug 8, 2021 · 1 comment
Closed

Size of image being saved #64

wdwithmp opened this issue Aug 8, 2021 · 1 comment

Comments

@wdwithmp
Copy link

wdwithmp commented Aug 8, 2021

I am using a feed of a 1080p camera for deep stack, the images saved when I trigger deep stack is very small 492x277
I have searched to see if it's something I am doing wrong or if my setup in home assistant is incorrect but I couldn't find anything with regard to it
is there a way to define the image size?
looking to store the image at 1024x768 if possible

below is the config, it all works fine, just the size of the image being saved is the issue

--------------------------

Deepstack Object Detection

--------------------------

image_processing:

  • platform: deepstack_object
    ip_address: xxx.xxx.x.xxx
    port: 80
    timeout: 10
    save_file_folder: /media/deepstack
    save_file_format: png
    save_timestamped_file: True
    always_save_latest_file: True
    scale: 1.0
    confidence: 60
    targets:
    • target: person
    • target: car
      source:
    • entity_id: camera.porch_cam
@robmarkcole
Copy link
Owner

Probably better to ask on the deepstack forum, but to summarise you will want to run deepstack in HIGH accuracy mode

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants