Skip to content

Instantly share code, notes, and snippets.

View goel42's full-sized avatar
🏠
Working from home

Anujraaj Goyal goel42

🏠
Working from home
View GitHub Profile
@goel42
goel42 / README.md
Created March 10, 2022 10:34 — forked from vfdev-5/README.md
ROS development on MacOSX using docker

ROS development on MacOSX using docker

We need to use docker-machine to handle USB ports inside the docker.

Docker Machine (0.16.1)

@goel42
goel42 / GStreamer-1.0 some strings.sh
Created October 15, 2020 13:11 — forked from strezh/GStreamer-1.0 some strings.sh
GStreamer-1.0 personal cheat sheet
#!/bin/bash
# play YUV444 FULL HD file
gst-launch-1.0 -v filesrc location=size_1920x1080.yuv ! \
videoparse width=1920 height=1080 framerate=25/1 format=GST_VIDEO_FORMAT_Y444 ! \
videoconvert ! \
autovideosink
# play YUV422 FULL HD file
gst-launch-1.0 -v filesrc location=size_1920x1080.yuv ! \