All of lore.kernel.org
 help / color / mirror / Atom feed
* subdev sensor driver and V4L2_FRMIVAL_TYPE_CONTINUOUS/V4L2_FRMIVAL_TYPE_STEPWISE
@ 2016-03-15 10:14 Philippe De Muyter
  2016-03-15 11:06 ` Sakari Ailus
  0 siblings, 1 reply; 9+ messages in thread
From: Philippe De Muyter @ 2016-03-15 10:14 UTC (permalink / raw)
  To: linux-media

Hi,

Sorry if you read the following twice, but the subject of my previous post
was not precise enough :(

I am in the process of converting a sensor driver compatible with the imx6
freescale linux kernel, to a subdev driver compatible with a current kernel
and Steve Longerbeam's work.

My sensor can work at any fps (even fractional) up to 60 fps with its default
frame size or even higher when using crop or "binning'.  That fact is reflected
in my previous implemetation of VIDIOC_ENUM_FRAMEINTERVALS, which answered
with a V4L2_FRMIVAL_TYPE_CONTINUOUS-type reply.

This seem not possible anymore because of the lack of the needed fields
in the 'struct v4l2_subdev_frame_interval_enum' used to delegate the question
to the subdev driver.  V4L2_FRMIVAL_TYPE_STEPWISE does not seem possible
anymore either.  Has that been replaced by something else or is that
functionality not considered relevant anymorea ?

Best regards

Philippe

-- 
Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2016-07-13 15:24 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-03-15 10:14 subdev sensor driver and V4L2_FRMIVAL_TYPE_CONTINUOUS/V4L2_FRMIVAL_TYPE_STEPWISE Philippe De Muyter
2016-03-15 11:06 ` Sakari Ailus
2016-03-15 11:54   ` Hans Verkuil
2016-03-15 11:58     ` Philippe De Muyter
2016-03-15 12:11       ` Hans Verkuil
2016-06-11 22:29         ` [PATCH 1/2] [media] v4l2-subdev.h: allow V4L2_FRMIVAL_TYPE_CONTINUOUS & _STEPWISE Philippe De Muyter
2016-06-11 22:31           ` [PATCH 2/2] media: mx6-camif: add V4L2_FRMIVAL_TYPE_STEPWISE & _CONTINUOUS Philippe De Muyter
     [not found]         ` <1465683659-12221-1-git-send-email-phdm@macqel.be>
2016-07-13 15:23           ` [PATCH 1/2] [media] v4l2-subdev.h: allow V4L2_FRMIVAL_TYPE_CONTINUOUS & _STEPWISE Mauro Carvalho Chehab
2016-03-15 12:40     ` subdev sensor driver and V4L2_FRMIVAL_TYPE_CONTINUOUS/V4L2_FRMIVAL_TYPE_STEPWISE Sakari Ailus

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.