Re: [PATCH v2 2/2] [media] CNF4 pixel format for media subsystem

2018-11-04 Thread Sergey Dorodnic
Hello Laurent, Thank you for the review and the comments. Please modify the subject / description as you see fit. I will make sure to use the right prefix in future submissions. Best regards, Sergey On Thu, Nov 1, 2018 at 9:10 AM Laurent Pinchart wrote: > > Hi Sergey, > > Thank you for the

Re: [PATCH v2 0/2] [media] Depth confidence pixel-format for Intel RealSense cameras

2018-11-01 Thread Sergey Dorodnic
Hello Hans, Laurent Could you please comment on this topic? If the patches require any additional work, we will be eager to address it. For now we are publishing a custom DKMS, but it would be great to see better 3D-camera hardware support in the near future. Regards, Sergey (sorry, re-sending

[PATCH v2 2/2] [media] CNF4 pixel format for media subsystem

2018-09-12 Thread dorodnic
From: Sergey Dorodnicov Registering new GUID used by Intel RealSense cameras with fourcc CNF4, encoding depth sensor confidence information for every pixel. Signed-off-by: Sergey Dorodnicov Signed-off-by: Evgeni Raikhel --- drivers/media/usb/uvc/uvc_driver.c | 5 +

[PATCH v2 0/2] [media] Depth confidence pixel-format for Intel RealSense cameras

2018-09-12 Thread dorodnic
From: Sergey Dorodnicov Define new fourcc describing depth sensor confidence data used in Intel RealSense cameras. Confidence information is stored as packed 4 bits per pixel single-plane image. The patches were tested on 4.18-rc2 and merged with media_tree/master. Addressing code-review

[PATCH v2 1/2] [media] CNF4 fourcc for 4 bit-per-pixel packed depth confidence information

2018-09-12 Thread dorodnic
From: Sergey Dorodnicov Adding new fourcc CNF4 for 4 bit-per-pixel packed depth confidence information provided by Intel RealSense cameras. Every two consecutive pixels are packed into a single byte. Signed-off-by: Sergey Dorodnicov Signed-off-by: Evgeni Raikhel ---

[PATCH 0/2] [media] Confidence pixel-format for Intel RealSense cameras

2018-09-06 Thread dorodnic
From: Sergey Dorodnicov Define new fourcc describing depth sensor confidence data used in Intel RealSense cameras. Confidence information is stored as packed 4 bits per pixel single-plane image. The patches were tested on 4.18-rc2 and merged with media_tree/master. Sergey Dorodnicov (2):

[PATCH 1/2] CNF4 fourcc for 4 bit-per-pixel packed confidence information

2018-09-06 Thread dorodnic
From: Sergey Dorodnicov Adding new fourcc CNF4 for 4 bit-per-pixel packed confidence information provided by Intel RealSense depth cameras. Every two consecutive pixels are packed into a single byte (little-endian). Signed-off-by: Sergey Dorodnicov Signed-off-by: Evgeni Raikhel ---

[PATCH 2/2] CNF4 pixel format for media subsystem

2018-09-06 Thread dorodnic
From: Sergey Dorodnicov Registering new GUID used by Intel RealSense depth cameras with fourcc CNF4, encoding sensor confidence information for every pixel. Signed-off-by: Sergey Dorodnicov Signed-off-by: Evgeni Raikhel --- drivers/media/usb/uvc/uvc_driver.c | 5 +