Skip to content
View nitheeshkl's full-sized avatar

Organizations

@pesos @intel-ndg @kln-old @kln-cmu-mscv
Block or Report

Block or report nitheeshkl

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Gstreamer pipelines to use GigE cams... Gstreamer pipelines to use GigE cams as webcam for Zoom/Teams/Skype
    1
    # Using GigE cam as webcam for Zoom/Skype/Teams
    2
    
                  
    3
    **TL;DR:** Creates a Gstreamer pipeline to read camera frames from a GigE camera, using Aravis library, and publish them as V4l2 camera source, using V4l2loopback, that can be read by video conferencing programs like Zoom/Skype/Teams.
    4
    ```
    5
    gst-launch-1.0 aravissrc blocksize=5013504 h-binning=1 v-binning=1 ! video/x-bayer,format=rggb,framerate=100/5,width=2448,height=2048 ! bayer2rgb ! video/x-raw,format=RGBx ! videoconvert ! video/x-raw,format=YUY2 !  aspectratiocrop aspect-ratio=16/9 ! videoscale ! video/x-raw,width=1280,height=720 ! queue ! v4l2sink device=/dev/video0
  2. driving-data-collection-reference-kit driving-data-collection-reference-kit Public

    Forked from intel/driving-data-collection-reference-kit

    JavaScript

  3. kln-old/AndroidDeviceSupport kln-old/AndroidDeviceSupport Public archive

    Extending the android framework with new devicess

    JavaScript

  4. kln-old/miniPOS kln-old/miniPOS Public archive

    miniPOS is designed to be a simple program for small businesses to track sales information. It is ideal for businesses with limited computer experience. The extensive language controls allow the us…

    Python 1

  5. synthetic-data-generator synthetic-data-generator Public

    Synthetic Data Generator

    Python

  6. UnseenObjectClustering UnseenObjectClustering Public

    Forked from NVlabs/UnseenObjectClustering

    Learning RGB-D Feature Embeddings for Unseen Object Instance Segmentation

    Python