| << Click to display table of contents >> TRVCamera.Quality | 
Defines the video quality preference, if the camera supports it.
type
// defined in MRVType unit
TRVQualityType = (qtStandard, qtFavorMotion, qtFavorClarity);
property Quality: TRVQualityType;
| Value | Meaning | 
| qtStandard | standard quality | 
| qtFavorMotion | optimizing for a fast motion | 
| qtFavorClarity | optimizing for a quality static video frames | 
If the camera supports this property, its value is received from the camera when the component is connected to it, see SearchCamera.
Default value
qtStandard