The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports cropping, gain,
exposure and v/h flipping controls in monochrome mode with an
external pixel clock.
Signed-off-by: Martin Hostettler
---
drivers/media/video
Adds board support for an MT9M032 based camera to omap3evm.
Signed-off-by: Martin Hostettler
---
arch/arm/mach-omap2/Makefile|3 +-
arch/arm/mach-omap2/board-omap3evm-camera.c | 159 +++
arch/arm/mach-omap2/board-omap3evm.c|4 +
3 files
Adds board support for an MT9M032 based camera to omap3evm.
Signed-off-by: Martin Hostettler
---
arch/arm/mach-omap2/Makefile|3 +-
arch/arm/mach-omap2/board-omap3evm-camera.c | 155 +++
arch/arm/mach-omap2/board-omap3evm.c|4 +
3 files
The MT9M032 is a parallel 1.6MP sensor from Micron controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports cropping, gain,
exposure and v/h flipping controls in monochrome mode with an
external pixel clock.
Signed-off-by: Martin Hostettler
---
drivers/media/video
Ioctls on the subdevs node currently don't dispatch the register access debug
driver callbacks. Add the dispatching with the same security checks are for
non subdev video nodes (i.e. only capable(CAP_SYS_ADMIN may call the register
access ioctls).
Sigend-off-by: Martin Hoste
Adds board support for an MT9M032 based camera to omap3evm.
Sigend-off-by: Martin Hostettler
---
arch/arm/mach-omap2/Makefile|1 +
arch/arm/mach-omap2/board-omap3evm-camera.c | 183 +++
2 files changed, 184 insertions(+), 0 deletions(-)
create mode
The MT9M032 is a parallel 3MP sensor from Micron controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports cropping, gain,
exposure and v/h flipping controls in monochrome mode with an
external pixel clock.
Signed-off-by: Martin Hostettler
---
drivers/media/video
Ioctls on the subdevs node currently don't dispatch the register access debug
driver callbacks. Add
the dispatching with the same security checks are for non subdev video nodes
(i.e. only capable(CAP_SYS_ADMIN may call the register access ioctls).
---
drivers/media/video/v4l2-subdev.c | 20
Adds support for V4L2_MBUS_FMT_Y8_1X8 format and 8bit data width in
synchronous interface.
When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode
set the CDCC to output 8bit per pixel instead of 16bit.
Signed-off-by: Martin Hostettler
---
drivers/media/video/isp/ispccdc.c
Nokia that it would be the right
> way to go. If so I'll apply a patch for that.
>
Yes, that would be great, thanks.
I'll resend the patch with this part removed.
regards,
- Martin Hostettler
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
---
subdev.c |1 +
1 files changed, 1 insertions(+), 0 deletions(-)
This is a trivial patch for media-ctl to support monochrome 8bit video formats.
diff --git a/subdev.c b/subdev.c
index f36a8e7..6f4eb26 100644
--- a/subdev.c
+++ b/subdev.c
@@ -39,6 +39,7 @@ static struct {
} mbus_formats[
Adds board support for an MT9M032 based camera to omap3evm.
Sigend-off-by: Martin Hostettler
---
arch/arm/mach-omap2/Makefile|1 +
arch/arm/mach-omap2/board-omap3evm-camera.c | 177 +++
2 files changed, 178 insertions(+), 0 deletions(-)
create mode
The MT9M032 is a parallel 1284x812 sensor from Micron controlled through I2C.
The driver creates a V4L2 subdevice. It currently supports cropping, gain,
exposure and v/h flipping controls in monochrome mode with an
external pixel clock.
Signed-off-by: Martin Hostettler
---
drivers/media/video
CC to output 8bit per pixel instead of 16bit.
Signed-off-by: Martin Hostettler
---
drivers/media/video/isp/ispccdc.c | 22 ++
drivers/media/video/isp/ispvideo.c |2 ++
2 files changed, 20 insertions(+), 4 deletions(-)
Changes since first version:
- forward port
would remove 1/4 of the sensor range.
When using V4L2_MBUS_FMT_Y8_1X8 (or possibly another 8bit per pixel) mode
set the CDCC to output 8bit per pixel instead of 16bit.
Signed-off-by: Martin Hostettler
---
drivers/media/video/isp/isp.h |2 ++
drivers/media/video/isp/ispccdc.c |
15 matches
Mail list logo