Ask Your Question

dro's profile - activity

2018-07-19 07:28:16 -0600 commented answer How does DNN Module handle large input image sizes for object detection?

Thanks @dkurt. What do you mean by "honestly process all the input image"? It takes ~4-4.5 seconds to process the imag

2018-07-18 08:38:41 -0600 received badge  Student (source)
2018-07-18 06:33:58 -0600 asked a question How does DNN Module handle large input image sizes for object detection?

How does DNN Module handle large input image sizes for object detection? I am running the TensorFlow SSD-Inception V2 CO

2014-06-11 09:55:43 -0600 answered a question ip camera h264 error while decoding

Try rebuilding OpenCV without FFMPEG support, but with GStreamer enabled. Then, ensure you have all of the GStreamer plugins installed (good, bad, ugly) and gstreamer-ffmpeg (if you're in Linux, not sure how to get these plugins/libraries in other OSes).

I had the same problem with OpenCV 2.4.9 on Ubuntu 14.04, built with FFMPEG enabled. I tried the FFMPEG library versions in the Ubuntu repository (libavcodec 54.35.0, libavdevice 53.2.0, libavfilter 3.3.0, libavformat 54.20.4, libavutil 52.3.0, libavresample 1.0.1). I also tried with the latest FFMPEG libraries manually compiled with libx264 support, but was still seeing these same h264 decoding failures in my RTSP H264 stream (from an AXIS video encoder). However, I just rebuilt OpenCV without FFMPEG support and the H264 decoding errors have disappeared.