list_features
Retrieves the list of GenICam features available on the connected camera. Optionally filter by category to inspect only a subtree.
Instructions
카메라가 실제로 제공하는 GenICam feature 목록을 반환한다.
카메라마다 지원 feature 가 다르므로, get_feature/set_feature 로 이름을
추측하기 전에 이 툴로 확인하는 것이 확실하다. 각 항목은 이름·타입·
읽기/쓰기 가능 여부·현재 값을 담는다.
Args:
category: 지정하면 해당 카테고리 서브트리만 반환한다
(예: 'AcquisitionControl', 'ImageFormatControl'). 생략하면 전체.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |