Skip to main content

How can I retrieve the CPP platform version from Bosch cameras using the RCP+?

Question

How can I retrieve the CPP platform version from Bosch cameras using the RCP+?

Answer

To retrieve the CPP platform version via RCP+, you can use the device capabilities command.

Send the following RCP+ request:

https://<IPaddress>/rcp.xml?command=0x0b60&type=P_OCTET&direction=READ&protocol=TCP&num=1

This command returns the device capabilities structure.

 

For example, for the DINION 5100i IR - 5MP (CPP14.2.SMARC) camera, in the response, look for Tag 13 (PLATFORM_TYPE_TAG). The value of this tag corresponds to the CPP platform type. 

script 3.png
script 4.png

If the returned hex value for Tag 13 is 0D, converting 0x0D to decimal gives 13, which corresponds to CPP14.2.SMARC.

image-20260218-150951.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.