OpenCV 3 Play Video File C++

preview_player
Показать описание
Prerequisite:
OpenCV C++ Installation/Configuration:

Part 1: OpenCV 3 Play Video File C++

Part 2: OpenCV 3 Image Subtraction C++

Part 3: OpenCV 3 Mouse Move Prediction Algorithm C++

Part 4: OpenCV 3 Multiple Object Tracking by Image Subtraction C++ full source code

Part 5: OpenCV 3 Car Counting C++ full source code
Рекомендации по теме
Комментарии
Автор

i really hope somebody still reads these^^


i get an error on 2 varibales that seem to be undefined:
CV_CAP_PROP_FRAME_COUNT and
CV_CAP_PROP_POS_FRAMES
i'm running openVC 4.1.0 and VS15 (2017)


no clue how to fix this.

maxmustsleep
Автор

will you add some description for the code??
i had a very hard time understanding it

nabinpakka
Автор

Hi Chris,

I did the exact steps you mentioned in the video. However, my video doesnt play. IT says error in reading the video. Could you let me know what possibly could have gone wrong?

Thanks :)

raghavkishan
Автор

having problem when change the input video to mp4 (output become fast forward and output video resolution forced become 768x576)

ChiaChuenOng
Автор

I have followed the install completely but i still get an error with this program as it can open the following librarys




spamfitiknas
Автор

hi your using visual studio 2015...? or else version?

milkymamatha
Автор

Hi,
I want the code demo to play the video using opencv

sreesree
Автор

i am using visual studio 2015, you know how to configure open CV and C++ in visual studio 2015(*64 bit)

milkymamatha
Автор

Hello sir,

I did every step as per your instruction. But finally I got error as "LNK1112:module machine type 'x64' conflits with target machine type 'x84'. Can anybody help me to find problem with my programming? thanks in advance

lavanyaakila
Автор

PLEASE MAKE THIS CAR COUNTING PROJECT FOR PYTHON!!!

anthonycbudd
Автор

Very nice tutorial
I get an error at this line
for (auto &convexHull : convexHulls)

I changed it to
for (const auto &convexHull : convexHulls)

The error i get is
syntax error : missing ', ' before ':'

liphotoliphoto