Lists the different encoding types for image streaming. More...
Static Functions | |
| def | from_string (str, name) |
| Converts a string to the corresponding STREAMING_CODEC enum value. More... | |
Lists the different encoding types for image streaming.
| Enumerator | |
|---|---|
| H264 | AVCHD/H264 encoding |
| H265 | HEVC/H265 encoding |
|
static |
Converts a string to the corresponding STREAMING_CODEC enum value.
| name | : The string representation of the STREAMING_CODEC enum value. |