Skip to content
View aji-ptn's full-sized avatar
🙂
Learning
🙂
Learning
Block or Report

Block or report aji-ptn

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. stream_raspberryPi_camera.py stream_raspberryPi_camera.py
    1
    # Web streaming example
    2
    # Source code from the official PiCamera package
    3
    # http:https://picamera.readthedocs.io/en/latest/recipes2.html#web-streaming
    4
    
    
    5
    import io
  2. OpenCV_CUDA OpenCV_CUDA Public

    Run OpenCV python in Jetson using cuda

    Python 1

  3. install_opencv.sh install_opencv.sh
    1
    #!/bin/bash
    2
    echo "Hello There"
    3
    
    
    4
    # 1 Install the build tools and dependencies:
    5
    sudo apt install build-essential cmake git pkg-config libgtk-3-dev \
  4. adjust brightness of camera using co... adjust brightness of camera using command line
    1
    v4l2-ctl --list-devices
    2
    
    
    3
    v4l2-ctl -d /dev/video2 -l
    4
    
    
    5
    v4l2-ctl -d /dev/video2 -c auto_exposure=1