mirror of
https://github.com/patjak/facetimehd.git
synced 2026-04-09 11:02:31 +02:00
facetimehd: set framesize type to stepwise
This commit is contained in:
@@ -520,7 +520,7 @@ static int fthd_v4l2_ioctl_enum_framesizes(struct file *filp, void *priv,
|
||||
if (sizes->index)
|
||||
return -EINVAL;
|
||||
|
||||
sizes->type = V4L2_FRMSIZE_TYPE_CONTINUOUS;
|
||||
sizes->type = V4L2_FRMSIZE_TYPE_STEPWISE;
|
||||
sizes->stepwise.min_width = 320;
|
||||
sizes->stepwise.max_width = 2560;
|
||||
sizes->stepwise.min_height = 240;
|
||||
|
||||
Reference in New Issue
Block a user