Hi,
I am creating an application that collects the live metadata from a given metadata Server using the component MultiChannelMetadataProvider example in order to generate reports on the collected metadata.
metadata Server uses SVG Coordinate System , I tried a lot of solutions to Transform from SVG to Cartesine but every time The bounding Box Go to the wrong Place,
i also tried to Use onvif MetadataTransformation :
{
Transformation=new Transformation
{
Translate=new Vector{X=-1 , Y=1},
Scale=new Vector{X=2/w,Y=2/h}
},
}
But Also it didn’t Work .
Any Suggestions To Solve This Problem !
Best regards,