Ask Your Question

whdt's profile - activity

2018-10-29 22:04:10 -0600 commented answer OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4

@kishan patel do you face the problem i list on top?

2018-08-14 10:39:27 -0600 commented question How to solve frame too large problem?

@berek opps i loaded the wrong part of frames which for testing, thanks for reply.

2018-08-14 00:11:20 -0600 asked a question How to solve frame too large problem?

How to solve frame too large problem? Hi great openCV team, is there any way to solve the frame come in 180000 per seco

2018-08-06 21:02:15 -0600 commented answer OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4

@skr_robo using rtsp to connect still having H264 error do you have any idea to solve this? error while decoding MB 1

2018-08-02 03:30:01 -0600 asked a question Is there any way to check rtsp is stable?

Is there any way to check rtsp is stable? Hi opencv, does anyone know how to check the how many frame get from camera pe

2018-08-01 03:22:12 -0600 commented answer OpenCV - Streaming H264 over RTSP using FFMPEG in version 3.4

@BAHRAMUDIN ADIL using rtsp to connect still having H264 error do you have any idea to solve this? error while decodi

2018-07-31 04:59:01 -0600 commented answer OpenCV 3 + x264 + FFmpeg

@Greg Kramida hi did you still working on h264?

2018-07-31 01:16:57 -0600 received badge  Enthusiast
2018-07-29 22:05:51 -0600 commented answer how to stream h264 video with rtsp in opencv- partially answered

@malharjajoo get streaming h264 did you replace the open CV capture to VLC libvlc_media_new_location?

2018-07-29 21:40:01 -0600 received badge  Editor (source)
2018-07-29 21:40:01 -0600 edited question How to rebuild ffmpeg-4.0.2 with openCV?

How to rebuild ffmpeg-4.0.2 with openCV? Hi openCV: Is there a way to rebuild ffmpeg-4.0.2 with openCV3.4.1? In order t

2018-07-29 10:14:39 -0600 commented question How to rebuild ffmpeg-4.0.2 with openCV?

yes but can i download ffmpeg from https://www.ffmpeg.org/ to rebuild it?

2018-07-27 05:07:12 -0600 asked a question How to rebuild ffmpeg-4.0.2 with openCV?

How to rebuild ffmpeg-4.0.2 with openCV? Hi openCV: Is there a way to rebuild ffmpeg-4.0.2 with openCV3.4.1? i not fami

2018-07-24 04:58:35 -0600 commented question OpenCV how to interrupt video record with thread

but it will face problem if webcam disconnected during calculate time need some process to reset the time because thread

2018-07-24 02:38:12 -0600 commented question OpenCV how to interrupt video record with thread

thanks for suggestion

2018-07-24 02:10:00 -0600 commented question OpenCV how to interrupt video record with thread

source = get stream from webcam

2018-07-24 01:20:15 -0600 commented question opencv 3.4.1 decoding error while get streaming from h264

thanks for your reply, it might have some way to solve this?

2018-07-24 00:53:52 -0600 commented question OpenCV how to interrupt video record with thread

i have use the code below to check the frame capture.get(CV_CAP_PROP_POS_FRAMES) it will show totally frame in loop g

2018-07-24 00:51:27 -0600 commented question OpenCV how to interrupt video record with thread

i have use the code below to check the frame frame.get(CV_CAP_PROP_POS_FRAMES) it will show totally frame in loop gra

2018-07-24 00:17:35 -0600 commented question Using opencv 3.2 or 3.4 with Visual Studio 2008

it can't be while compiling the project it will bundle the library suitable for visual studio 2015 and it won't fit with

2018-07-24 00:04:41 -0600 commented question OpenCV how to interrupt video record with thread

is it possible to make it real time? i test it in 1 minutes it records for 1 minutes 45 seconds.

2018-07-23 20:00:21 -0600 commented question OpenCV how to interrupt video record with thread

is it a way using lamba to do it? thread timer([] () { this_thread::sleep_for(chrono::seconds(30)); vwrite.write(

2018-07-23 20:00:09 -0600 commented question OpenCV how to interrupt video record with thread

is it a way using lamba to do it? thread timer([] () { this_thread::sleep_for(chrono::seconds(30)); vwrite.write(S

2018-07-23 19:46:43 -0600 commented question OpenCV how to interrupt video record with thread

thanks for quick response, how to make it exactly 30 seconds , it finish recording video at 45 seconds.

2018-07-23 04:38:22 -0600 commented question Using opencv 3.2 or 3.4 with Visual Studio 2008

Does your system can install visual studio 2015, if yes maybe i can show you how to setup all the library to build your

2018-07-23 04:33:03 -0600 asked a question OpenCV how to interrupt video record with thread

OpenCV how to interrupt video record with thread Hi everyone: i facing a problem on interrupt video while hit timestamp

2018-07-05 00:03:39 -0600 asked a question opencv 3.4.1 decoding error while get streaming from h264

opencv 3.4.1 error while get streaming from h264 I'm using visual studio 2015 for testing the code to get stream from rt