This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[swscaler @ 0c65e520] deprecated pixel format used, make sure you did set range | |
correctly | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[swscaler @ 0c65e520] deprecated pixel format used, make sure you did set range | |
correctly | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers | |
[swscaler @ 0c65e520] bad src image pointers |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SDKDDKVer.h> | |
#include <Windows.h> | |
#pragma warning(disable:4819) | |
#pragma warning(disable:4996) | |
// for OpenCV2 | |
#include "opencv2/imgproc/imgproc.hpp" | |
#include "opencv2/objdetect/objdetect.hpp" | |
#include "opencv2/gpu/gpu.hpp" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <SDKDDKVer.h> | |
#include <Windows.h> | |
#pragma warning(disable:4819) | |
#pragma warning(disable:4996) | |
// for OpenCV2 | |
#include "opencv2/imgproc/imgproc.hpp" | |
#include "opencv2/objdetect/objdetect.hpp" | |
#include "opencv2/gpu/gpu.hpp" |