teknotus / depthview

intel RealSense 3D camera viewer for Linux
GNU Lesser General Public License v2.1
98 stars 38 forks source link

missing some index/formats #15

Open ZahraBoroujeni opened 8 years ago

ZahraBoroujeni commented 8 years ago

Hi ,

I am using SR300, odroid xu4, ubuntu 14.04. After patching I can not see some Index compare to your output, for example I could not see "FlickerIR 8-bit (RELI) ", What would be the problem?

v4l2-ctl --device /dev/video1 --list-formats
ioctl: VIDIOC_ENUM_FMT
    Index       : 0
    Type        : Video Capture
    Pixel Format: 'YUYV'
    Name        : YUV 4:2:2 (YUYV)

    Index       : 1
    Type        : Video Capture
    Pixel Format: 'INVZ'
    Name        : Depth 16-bit (INVZ)

    Index       : 2
    Type        : Video Capture
    Pixel Format: 'INZI'
    Name        : Depth:IR 16:8 24-bit (INZI)

    Index       : 3
    Type        : Video Capture
    Pixel Format: ''
    Name        : 435a4e49-b602-480f-978c-e4e88ae

    Index       : 4
    Type        : Video Capture
    Pixel Format: 'INVI'
    Name        : Infrared 8-bit (INVI)
teknotus commented 8 years ago

I am using SR300, odroid xu4, ubuntu 14.04. After patching I can not see some Index compare to your output, for example I could not see "FlickerIR 8-bit (RELI) ", What would be the problem?

The SR300 isn't exactly the same features as the F200. They may have dropped the RELI format. I never found a use case for it.

I've only had an SR300 for about a week and haven't gotten to adding special support for it yet.

You do have INZI which I think is enough to get it working.