ExtendedCamera.getStreamStatus Method¶
Module: ExtendedCamera
Definition¶
Queries the current status (enabled/disabled) of a specific stream.
get_stream_status(self, stream_name: str) -> bool
Parameters
stream_name
strin The stream whose status is being checked.
Returns
bool
Outputs the stream’s current state, indicating whether it is active.
Exceptions
An error has occurred during Devices Library execution.
bool getStreamStatus(String? streamName)
Parameters
streamName
Stringin The stream whose status is being checked.
Returns
bool
Outputs the stream’s current state, indicating whether it is active.
Exceptions
An error has occurred during Devices Library execution.
public bool GetStreamStatus(string streamName)
Parameters
streamName
stringin The stream whose status is being checked.
Returns
bool
Outputs the stream’s current state, indicating whether it is active.
Exceptions
An error has occurred during Devices Library execution.
public boolean getStreamStatus(String streamName) throws DevicesException
Parameters
streamName
Stringin The stream whose status is being checked.
Returns
boolean
Outputs the stream’s current state, indicating whether it is active.
Exceptions
An error has occurred during Devices Library execution.
int id3DevicesExtendedCamera_GetStreamStatus (
ID3_DEVICES_EXTENDED_CAMERA hExtendedCamera,
const char * streamName,
bool * status)
Parameters
hExtendedCamera
ID3_DEVICES_EXTENDED_CAMERAin Handle to the ExtendedCamera object.streamName
const char *in The stream whose status is being checked.status
bool *out Outputs the stream’s current state, indicating whether it is active.
Returns