Video enderer #99
-
I have use AMC for video camera on C# application. the camera view is with noise and shows Video rendere 9 is used. How to improve the video ? |
Beta Was this translation helpful? Give feedback.
Answered by
anders-axis
Nov 3, 2022
Replies: 1 comment
-
Hi, To avoid the error message just specify that Video Mixing Renderer 9 should be used: The renderer will not impact image quality. Could you show an example of the noise? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
vivekatoffice
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
For some reason the PC doesn't support Enhanced Video Renderer (default). Maybe this is a very old Windows version or server OS?
To avoid the error message just specify that Video Mixing Renderer 9 should be used:
amc.VideoRenderer = (int)AMC_VIDEO_RENDERER.AMC_VIDEO_RENDERER_VMR9;
The renderer will not impact image quality. Could you show an example of the noise?