Skip to content
View drabaioli's full-sized avatar

Organizations

@Sightcorp
Block or Report

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

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

    C 1

  3. distro-setup distro-setup Public

    Scripts and config required for workspace set up

    Vim Script

  4. Circular buffer on top of std::array... Circular buffer on top of std::array (push only)
    1
    #ifndef CIRCULAR_BUFFER_H
    2
    #define CIRCULAR_BUFFER_H
    3
    
                  
    4
    #include <array>
    5
    
                  
  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;