From: Maksim Shabunin Date: Thu, 28 Dec 2017 10:43:35 +0000 (+0300) Subject: Changed VA device in MediaSDK session initialization X-Git-Tag: accepted/tizen/6.0/unified/20201030.111113~233^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f0b606ff77301684b375116be1a50b75bf44cdf7;p=platform%2Fupstream%2Fopencv.git Changed VA device in MediaSDK session initialization --- diff --git a/modules/videoio/src/cap_mfx_common.cpp b/modules/videoio/src/cap_mfx_common.cpp index bc790a0..9c02d6d 100644 --- a/modules/videoio/src/cap_mfx_common.cpp +++ b/modules/videoio/src/cap_mfx_common.cpp @@ -41,7 +41,7 @@ bool DeviceHandler::init(MFXVideoSession &session) VAHandle::VAHandle() { // TODO: provide a way of modifying this path - const string filename = "/dev/dri/card0"; + const string filename = "/dev/dri/renderD128"; file = open(filename.c_str(), O_RDWR); if (file < 0) CV_Error(Error::StsError, "Can't open file: " + filename);