Ask Your Question

MrLunk's profile - activity

2019-07-31 04:59:14 -0600 received badge  Famous Question (source)
2019-05-10 03:05:09 -0600 received badge  Notable Question (source)
2019-03-30 01:51:23 -0600 received badge  Popular Question (source)
2018-10-30 13:27:31 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

Happy Haloween man ! thanks sofar Ill be puzzeling with that later !

2018-10-30 11:13:22 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

The error indicator points at '!rtph264depay' in the pipeline code. ??? weird huh.

2018-10-30 08:32:57 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

If I make a receive only script from that i come up with this wich I think should work: import numpy as np import cv2

2018-10-30 08:32:27 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

If I make a receive only script from that i come up with this wich I think should work: import numpy as np import cv2

2018-10-30 08:30:04 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

If I make a receive only script from that i come up with this wich I think should work: import numpy as np import cv2

2018-10-30 08:03:29 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

I really only need a working receiver end OpenCV import in python for the receiving Ubuntu 16.04 machine. The send pipel

2018-10-30 08:02:20 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

Tried your code but it gave me the following errors: (python:2761): GStreamer-CRITICAL **: gst_element_get_static_pad:

2018-10-30 08:02:03 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

Tried your code but it gave me the following errors: (python:2761): GStreamer-CRITICAL **: gst_element_get_static_pad:

2018-10-30 07:08:42 -0600 commented answer How to use Gstreamer pipeline in OpenCV ?

Thanks or your elaborate reply, I will be testing this as soon as I get home :)

2018-10-29 15:40:16 -0600 commented answer How to get MJPG stream video from android IPWebcam using opencv

code wont paste srry

2018-10-29 15:39:52 -0600 commented answer How to get MJPG stream video from android IPWebcam using opencv

This worked for me: Using Android IP Webcam video .jpg stream (tested) in Python2 OpenCV3 import urllib import cv2 i

2018-10-29 15:39:25 -0600 commented answer How to get MJPG stream video from android IPWebcam using opencv

This worked for me: # Using Android IP Webcam video .jpg stream (tested) in Python2 OpenCV3 import urllib import cv2

2018-10-29 15:18:21 -0600 answered a question How to get MJPG stream video from android IPWebcam using opencv

Check my solution here: https://www.hackster.io/peter-lunk/how-to-use-the-android-ip-webcam-app-with-python-opencv-45f28

2018-10-29 14:51:35 -0600 commented question How to use Gstreamer pipeline in OpenCV ?

That happens, thanks for the well meant effort though ;) Might you have any tips for me on how to brew the python code t

2018-10-29 14:51:16 -0600 commented question How to use Gstreamer pipeline in OpenCV ?

That hppens, thanks for the well meant effort though ;) Might you have any tips for me on how to brew the python code to

2018-10-29 14:50:43 -0600 commented question How to use Gstreamer pipeline in OpenCV ?

That hppens, thanks for the well meant effort though ;)

2018-10-29 12:19:09 -0600 commented question How to use Gstreamer pipeline in OpenCV ?

As I stated in my Opening-Post: "I have OpenCV installed with ffmpeg and gstreamer support." Everything built from sourc

2018-10-29 12:17:39 -0600 commented question How to use Gstreamer pipeline in OpenCV ?

As I stated in my Opening-Post: "I have OpenCV installed with ffmpeg and gstreamer support."

2018-10-29 09:11:29 -0600 asked a question How to use Gstreamer pipeline in OpenCV ?

How to use Gstreamer pipeline in OpenCV ? Hello all :) I have OpenCV installed with ffmpeg and gstreamer support. I ha