Skip to content
View drabaioli's full-sized avatar

Organizations

@Sightcorp

Block or report drabaioli

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. ESP32-bluetooth-music-player-lvgl ESP32-bluetooth-music-player-lvgl Public

    Use your ESP32 to play and control music from a bluetooth audio source

    C 3

  2. SdraKb00 SdraKb00 Public

    Hot-swap macropad with rotary encoder

  3. ESP32-bluetooth-music-player ESP32-bluetooth-music-player Public

    Use your ESP32 to play and control music from a bluetooth audio source

    C 1

  4. distro-setup distro-setup Public

    Scripts and config required for workspace set up

    Vim Script

  5. Create an RTP stream from a webcam w... Create an RTP stream from a webcam with OpenCV and GStreamer
    1
    #include <opencv2/opencv.hpp>
    2
    
                  
    3
    int main( int argc, char ** argv )
    4
    {
    5
      cv::VideoCapture cap;
  6. Capture an RTP stream in OpenCV with... Capture an RTP stream in OpenCV with GStreamer backend
    1
    #include <opencv2/opencv.hpp>
    2
    
                  
    3
    int main( int argc, char ** argv )
    4
    {
    5
      cv::VideoCapture cap;