AxisCommunications / acap-native-sdk-examples

Example code for APIs and features in AXIS Camera Application Platform (ACAP) Native SDK
Apache License 2.0
44 stars 23 forks source link

rgba -> cairo argb #294

Open Shaiken opened 1 week ago

Shaiken commented 1 week ago

I converted an OpenCV RGB image to RGBA, aiming to display it on the Axis stream web. Since Cairo-related functions are required, I further converted it to ARGB, but the result when overlaying the image turned out strange.

I’m mainly implementing two requirements: one is solid overlay, and the other is transparent overlay.

image

pataxis commented 3 hours ago

Hi @Shaiken , thanks for reaching out.

Please clarify the ticket. Is it a bug report or a feature request? The label enhancement suggest the latter, but I don't understand what the suggestion is. This sounds more like general OpenCV and/or Cairo functionality.

In case it's a bug, please specify what product, SDK version and AXIS OS version that are used.