Namespace: Rx::LFR – Class: CCameraServer – Header: Rx.LFR/CameraServer.h

CCameraServer::SetFindOnlyFilterString Method

C++
void SetFindOnlyFilterString(const CRxString& sxFilter)

Sets a string that activates a find filter in the FindCameras method.

By default the FindCameras method searches for all cameras (empty string). If you want to find only cameras of a certain type you can provide a filter here.

Examples:

  • Find only type A cameras: "TypeA"
  • Find only type A and type D cameras: "TypeA;TypeD"

Parameters

[const CRxString&] sxFilter

[in] The filter string.