Diego Cena

Results 12 comments of Diego Cena

Hi @github-0-searcher I generated a 40000x40000 png file using this code: ```go package main import ( "image" "image/color" "image/png" "math/rand" "os" ) func main() { // Create a new 40000x40000...

Hi @bcdebusk , `cap, err := gocv.OpenVideoCapture("rtsp://host:port/endpoint.sdp")` should be enough to capture frames from a RTSP source. Cheers!