Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

CM RT Vebox parameters serializing

mzolotarov
Novice
762 Views

The C for Media (Metal) Runtime provides the Vebox interface (CmVebox) with parameters passing as a CmBufferUP object. It's not clear how to convert from (assumedly) CM_VEBOX_PARAM_G10 to memory buffer correctly (for further feeding this to device->CreateBufferUP() and vebox->SetParam() accordingly). An attempt to copy the CM_VEBOX_PARAM_G10 structure instance memory as it is (contains pointers!) leads to a GPU hang / vecs0 resetting on reading the output surface.

i915 0000:00:02.0: [drm] GPU HANG: ecode 12:8:2cff3ffc, in cm-test [5023]

A working CM RT example with Vebox is very appreciated, as it's a part of the official API.

 

0 Kudos
1 Solution
mzolotarov
Novice
662 Views

Responded on the GitHub: CM RT will be dropped. Resolved.

View solution in original post

0 Kudos
4 Replies
AthiraM_Intel
Moderator
735 Views

Hi,


Thanks you for posting in Intel communities.


This forum primarily focuses on issues related to Intel Media SDK and oneVPL.


Could you please let us know whether you are using Media SDK or oneVPL?



Thanks.


0 Kudos
mzolotarov
Novice
724 Views

CM RT is a part of Intel Media.

https://github.com/intel/media-driver/tree/master/cmrtlib

The community is called Visual Computing / Media. Please suggest another community thread where computer vision with Intel Media driver is appropriate to discuss.

0 Kudos
mzolotarov
Novice
663 Views

Responded on the GitHub: CM RT will be dropped. Resolved.

0 Kudos
AthiraM_Intel
Moderator
646 Views

Hi,


Glad to know that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.



Thanks.


0 Kudos
Reply