qnHDCons top-level property
getter/setter pair
This file contains constants for video capture constraints used in the application. The constants define various display sizes and frame rates for different orientations and aspect ratios. These values can be used to set the video capture constraints when capturing video in the application.
Implementation
// Landscape display sizes
VidCons qnHDCons = VidCons.fromMap({'width': 320, 'height': 180});