After porting from NAOqi ver. 2.8.5.10 to 2.8.6.23 I have found that:
std::string ALVideoDeviceProxy::subscribe()
is missing, which is not so suspicious, because it was already deprecated and could be replaced with:
std::string ALVideoDeviceProxy::subscribeCamera()
but also:
AL::ALValue ALVideoDeviceProxy::getDirectRawImageRemote()
is missing, and has to be replaced with:
AL::ALValue ALVideoDeviceProxy::getImageRemote()
Is it correct and does it have any impact on the performance?