Skip to content

Axis Dewarp live View #186

Closed Answered by fre3de
rajesh-venigalla asked this question in Axis Windows SDKs
Mar 3, 2023 · 1 comments · 8 replies
Discussion options

You must be logged in to vote

P3818 always stitches the image in the camera. No need to do client side stitching as in the example. The image from P3818 doesn't need to be dewarped but with the dewarp sdk you can do horizon calibration and get virtual ptz control.

Remove the following code from the example:

                    byte[] transformData = null;
		try
		{
			transformData = GetTransformData();
		}
		catch (Exception ex)
		{
			System.Diagnostics.Trace.WriteLine("Failed to retrieve transform data.\n" + ex.Message);
		}

		if (transformData != null)
		{
			// Set custom transform data
			try
			{
				dewarpingTransform.SetCustomTransformData(transformData, 0);
				isClientDewarpMode = true;
			}
			catch (Argu…

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@rajesh-venigalla
Comment options

@fre3de
Comment options

@rajesh-venigalla
Comment options

@fre3de
Comment options

Answer selected by vivekatoffice
@rajesh-venigalla
Comment options

@fre3de
Comment options

@rajesh-venigalla
Comment options

@fre3de
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants