Skip to content

Regarding Read Only Setting in getParamImpl() #62

Description

@BruceChanJianLe

Hi everyone, I am trying to implement "Parameters On Set Parameter Callback" feature, which I can update the parameters through a callback function. However, it seems like if I use the GetParam method, the declared parameter is set to a read only state.

Is there a special reason why it is set to read only?

It is set at this line here.

desc.read_only = true;

If I set param through the terminal, I will get this output.

Setting parameter failed: parameter 'filter1.params.output_frame' cannot be set because it is read-only

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions