Replies: 5 comments 7 replies
-
I'm guessing a bit here, as you need to provide more details in order for me to understand the exact goal 😉 In general. Yes, you'll need PSram in order to process images - besides small thumbnails/objects. Regarding image size. openHASP custom component didn't until recently support upscaling of images - only downscaling. In order to upscale images, you'll have to set the new - service: openhasp.push_image
data:
obj: p2b40
image: "http://{{states('sensor.local_ip')}}:8123{{state_attr(state_attr('group.sonos_all', 'entity_id')[0], 'entity_picture')}}"
fitscreen: 1
width: >
{% if w == 800 %}
355
{% else %}
{{ w }}
{% endif %}
height: >
{% if w == 800 %}
355
{% else %}
{{ w }}
{% endif %}
target:
entity_id: >
{{ repeat.item }} Note that when upscaling there's no check on the image aspect ratio ! |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It is clear that you will have to order a third screen:) is such a version suitable for my purposes? will the full screen picture be able to process? |
Beta Was this translation helpful? Give feedback.
-
i suppose on the picture is 4.3inch_ESP32-8048S043 IPS capacty. ESP32-8048S050 just has low dpi ? it's both support by openHASP?
|
Beta Was this translation helpful? Give feedback.
-
@htvekov =) Thanks .... it`s perfecto |
Beta Was this translation helpful? Give feedback.
-
I bought sunton32-capacity by using it as an "exit-door conrtoller." So that when leaving, you can check the parameters of the house, turn on the alarm, and see who is the caller outside the door (one of them is far away). I wanted when I pressed the call, a small static image of 10-30 kb, to be sent to the screen, and it could be viewed. but the maximum I got was 140pixels. as in the picture below. (thank you so much for helping @htvekov, for explaining in detail what to do) I have another fee, the project has a different purpose, does not have buttons but can accept an image on almost the entire screen. Is it possible to somehow develop this direction of the project? Or give some practical advice if need psram whether it is possible to install it with an additional module to the board.
Beta Was this translation helpful? Give feedback.
All reactions