Skip to content

Instantly share code, notes, and snippets.

View rbotafogo's full-sized avatar

Rodrigo Botafogo rbotafogo

  • Cripto Forte Informática LTDA
  • Rio de Janeiro - Brazil
View GitHub Profile
@rbotafogo
rbotafogo / jxbrowser-6.12.jar
Last active February 21, 2017 17:36
jxBrowser binary versions
Gist for Binary Files
@addisaden
addisaden / cv2_udp.py
Last active November 25, 2019 02:54
get an unbreakable (well everything is breakable) streaminput in opencv python. this could be a replacement for the rtsp streaming which are really fragile if used in VideoCapture
#!/bin/env python3
#-*- encoding: utf-8 -*-
import cv2
import numpy as np
# start this:
# ffmpeg -i /dev/video0 -f mpegts udp://localhost:1337
# ffmpeg -i rtsp://... -f mpegts udp://localhost:1337