[PATCH v4 0/2] Intel Depth Formats for SR300 Camera

2017-03-02 Thread evgeni . raikhel
From: Evgeni Raikhel Change Log: - Fixing FourCC description in v4l2_ioctl.c to be less than 32 bytes - Reorder INZI format entry in Documentation chapter Daniel Patrick Johnson (1): uvcvideo: Add support for Intel SR300 depth camera eraikhel (1): Documentation: Intel SR300 Depth camera

[PATCH v4 1/2] Documentation: Intel SR300 Depth camera INZI format

2017-03-02 Thread evgeni . raikhel
From: eraikhel Provide the frame structure and data layout of V4L2-PIX-FMT-INZI format utilized by Intel SR300 Depth camera. Signed-off-by: Evgeni Raikhel Reviewed-by: Laurent Pinchart --- Documentation/media/uapi/v4l/depth-formats.rst | 1 + Documentation/media/uapi/v4l/pixfmt-inzi.rst

[PATCH v4 2/2] uvcvideo: Add support for Intel SR300 depth camera

2017-03-02 Thread evgeni . raikhel
Signed-off-by: Evgeni Raikhel Reviewed-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_driver.c | 15 +++ drivers/media/usb/uvc/uvcvideo.h | 9 + 2 files changed, 24 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index

[PATCH v3 1/2] Documentation: Intel SR300 Depth camera INZI format

2017-02-19 Thread evgeni . raikhel
From: eraikhel Provide the frame structure and data layout of V4L2-PIX-FMT-INZI format utilized by Intel SR300 Depth camera. Signed-off-by: Evgeni Raikhel Reviewed-by: Laurent Pinchart --- Documentation/media/uapi/v4l/depth-formats.rst | 1 + Documentation/media/uapi/v4l/pixfmt-inzi.rst

[PATCH v3 2/2] uvcvideo: Add support for Intel SR300 depth camera

2017-02-19 Thread evgeni . raikhel
Signed-off-by: Evgeni Raikhel Reviewed-by: Laurent Pinchart --- drivers/media/usb/uvc/uvc_driver.c | 15 +++ drivers/media/usb/uvc/uvcvideo.h | 9 + 2 files changed, 24 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media/usb/uvc/uvc_driver.c index

[PATCH v3 0/2] Intel Depth Formats for SR300 camera

2017-02-19 Thread evgeni . raikhel
From: Evgeni Raikhel This is the third iteration of the patch that addresses reported issues. Change Log: - Adding V4L2_PIX_FMT_INZI format description to v4l_fill_fmtdesc(..) - Reorder INZI entry in ../depth-formats.rst to keep the list strictly alphabetic - Patch comments minor amendments

[PATCH v3 0/2] Intel SR300 Depth Formats

2017-02-19 Thread evgeni . raikhel
From: Evgeni Raikhel This is the third iteration of the formats patch. Change log: - Changing INZI entry order in documentation to keep it sorted alphabetically - Adding format description string to v4l_fill_fmtdesc() function - Comments update Daniel Patrick Johnson (1): uvcvideo: Add

[PATCH v2 2/2] uvcvideo: Add support for Intel SR300 depth camera

2017-02-08 Thread evgeni . raikhel
-by: Daniel Patrick Johnson Signed-off-by: Aviv Greenberg Signed-off-by: Evgeni Raikhel --- drivers/media/usb/uvc/uvc_driver.c | 15 +++ drivers/media/usb/uvc/uvcvideo.h | 9 + 2 files changed, 24 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers

[PATCH v2 1/2] Documentation: Intel SR300 Depth camera INZI format

2017-02-08 Thread evgeni . raikhel
From: eraikhel Provide the frame structure and data layout of V4L2-PIX-FMT-INZI format utilized by Intel SR300 Depth camera. Signed-off-by: Evgeni Raikhel --- Documentation/media/uapi/v4l/depth-formats.rst | 1 + Documentation/media/uapi/v4l/pixfmt-inzi.rst | 81

[PATCH 2/2 v2] uvcvideo : Add support for Intel SR300 depth camera

2016-12-06 Thread evgeni . raikhel
From: Aviv Greenberg Add support for Intel SR300 depth camera formats in uvc driver. This includes adding three uvc GUIDs for pixel formats advertised by device, and their mapping to the proper FourCC definitions. Signed-off-by: Aviv Greenberg Signed-off-by: Evgeni Raikhel --- drivers/media

Intel SR300 Depth Camera formats

2016-12-06 Thread evgeni . raikhel
Changelog for v2: 1. The patch has been rearranged, so instead of separation into "Code" and "Documentation" segments it is built around: - Adding new INZI format definition to V4L2_API - Adding support for SR300 camera formats. 2. Tables used in the documentation were reformatt

[PATCH 1/2 v2] media: Adding 'INZI' Depth data format to V4L2_API.

2016-12-06 Thread evgeni . raikhel
description to be added to Documentation/media/uapi/v4l folder, under 'depth-formats' section Signed-off-by: Aviv Greenberg Signed-off-by: Evgeni Raikhel --- Documentation/media/uapi/v4l/depth-formats.rst | 1 + Documentation/media/uapi/v4l/pixfmt-inzi.rst | 83 +

[PATCH 0/2] uvcvideo: *** Support Intel SR300 Depth camera formats ***

2016-12-05 Thread evgeni . raikhel
From: eraikhel *** Enable Intel RealSenseā„¢ SR300 Depth camera pixel formats to be recognized correctly by uvc module *** Aviv Greenberg (1): UVC: Add support for Intel SR300 depth camera Evgeni Raikhel (1): Document Intel SR300 Depth camera INZI format Documentation/media/uapi/v4l

[PATCH 2/2] uvcvideo: Document Intel SR300 Depth camera INZI format

2016-12-05 Thread evgeni . raikhel
From: Evgeni Raikhel Provide the frame structure and data layout of V4L2-PIX-FMT-INZI format utilized by Intel SR300 Depth camera. This is a complimentary patch for: [PATCH] UVC: Add support for Intel SR300 depth camera Signed-off-by: Evgeni Raikhel --- Documentation/media/uapi/v4l/pixfmt

[PATCH 1/2] uvcvideo: Add support for Intel SR300 depth camera

2016-12-05 Thread evgeni . raikhel
: Aviv Greenberg Signed-off-by: Evgeni Raikhel --- drivers/media/usb/uvc/uvc_driver.c | 15 +++ drivers/media/usb/uvc/uvcvideo.h | 9 + include/uapi/linux/videodev2.h | 1 + 3 files changed, 25 insertions(+) diff --git a/drivers/media/usb/uvc/uvc_driver.c b/drivers/media