Intel® Distribution of OpenVINO™ Toolkit
Community assistance about the Intel® Distribution of OpenVINO™ toolkit, OpenCV, and all aspects of computer vision-related on Intel® platforms.

API openvino.runtime.Core: get_property

RobsonEsteves
Novice
982 Views

Hi,

In the documentation about openvino.runtime.Core API, we can see: 

get_property(self: openvino.pyopenvino.Coredevice_name: strproperty: str) 

 

My doubt is: where can I find the list of possible property aspects that could be used in this parameter? For example: " FULL_DEVICE_NAME"  is one possibility. Are there others?  Are they declare in the documentation?   

Thanks,

R

 

Labels (1)
0 Kudos
4 Replies
Hairul_Intel
Moderator
924 Views

Hi R,

Thank you for reaching out to us.

 

For your information, to get the lists for the property keys you can use the following command:

core.get_property('CPU', 'SUPPORTED_PROPERTIES')

 

Here is the result for the list of supported keys:

property keys.png

 

On another note, as for the information in the documentation, let us get back to you at the earliest.

 

 

Regards,

Hairul

 

0 Kudos
RobsonEsteves
Novice
912 Views
0 Kudos
Hairul_Intel
Moderator
888 Views

Hi Robson,

Thank you for your patience.

 

Here are the links (given below) to the documentation pages regarding the get_property method and some of its usage examples:


 

 

 

Regards,

Hairul


0 Kudos
Megat_Intel
Moderator
826 Views

Hi Robson,

Thank you for your question. This thread will no longer be monitored since we have provided a solution. If you need any additional information from Intel, please submit a new question. 



Regards,

Megat


0 Kudos
Reply