AForge.Robotics.Surveyor.SRV1Camera.SetResolution C# (CSharp) Method

SetResolution() public method

Set video resolution.

Setting higher quality level and resolution may increase delays for other requests processed by SRV1 class. So if robot is used not only for video, but also for controlling servos/motors, and higher response level is required, then do not set very high quality and resolution.

public SetResolution ( SRV1 resolution ) : void
resolution SRV1 Video resolution to set.
return void
        public void SetResolution( SRV1.VideoResolution resolution )
        {
            communicator.SetResolution( resolution );
        }