stereolabs / zed-open-capture

Low level Linux camera driver for the ZED USB3 stereo cameras. API docs available here:
https://stereolabs.github.io/zed-open-capture
MIT License
98 stars 35 forks source link

Availability of raw data #37

Closed tedyiningding closed 1 year ago

tedyiningding commented 1 year ago

Preliminary Checks

Proposal

Hi.

There seems to be an inconsistency between the following webpage and the description of this repository with regard to the raw data availability.

https://support.stereolabs.com/hc/en-us/articles/1500009136321-Do-the-ZED-cameras-support-capturing-and-saving-raw-data-of-RGB-sensor-e-g-bayer-pattern-dataset-without-nonlinear-processing- This page says that the raw data is not available, whereas the description of this repository says

The open-source library provides methods to access raw video frames, calibration data, camera controls, and raw data from the camera sensors (on ZED 2, ZED 2i, and ZED Mini).

Could you please clarify the availability of raw data (e.g. bayer pattern dataset without nonlinear processing)? I am using ZED 2i.

Many thanks, Ted

Use-Case

No response

Anything else?

No response

Myzhar commented 1 year ago

Hi @tedyiningding with "raw" data we mean the not rectified image information in YUV422 format. ZED Open Capture only provides this type of stream. Bayer filtering is performed onboard by the ISP

tedyiningding commented 1 year ago

Hi @Myzhar Thanks for the clarification.