AxisCommunications / opc-ua-gaugereader-acap

Small example ACAP application that reads analog gauges with video analytics and exposes the value via OPC UA.
https://www.axis.com/developer-community/industry-4-0-integration
Apache License 2.0
3 stars 0 forks source link

Set capture resolution to 640x360 for maximum compatibility #36

Closed joakimr-axis closed 10 months ago

joakimr-axis commented 10 months ago

Describe your changes

Some devices were not happy with 640x480, which has been solved with 640x360. This would make the application compatible with as many models as possible. (And those who need to run higher resolutions and have models capable of it can simply alter the code before building the application.)

Checklist before requesting a review