Functions | |
EMOTION_API const Eina_List * | emotion_webcams_get (void) |
Get a list of active and available webcam. More... | |
EMOTION_API const char * | emotion_webcam_name_get (const Emotion_Webcam *ew) |
Get the human understandable name of a Webcam. More... | |
EMOTION_API const char * | emotion_webcam_device_get (const Emotion_Webcam *ew) |
Get the uri of a Webcam that will be understood by emotion. More... | |
EMOTION_API const Eina_List * emotion_webcams_get | ( | void | ) |
Get a list of active and available webcam.
It will return the current live list of webcam. It is updated before triggering EMOTION_WEBCAM_UPDATE and should never be modified.
References EINA_SAFETY_ON_NULL_RETURN_VAL.
EMOTION_API const char * emotion_webcam_name_get | ( | const Emotion_Webcam * | ew | ) |
Get the human understandable name of a Webcam.
ew | The webcam to get the name from. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.
EMOTION_API const char * emotion_webcam_device_get | ( | const Emotion_Webcam * | ew | ) |
Get the uri of a Webcam that will be understood by emotion.
ew | The webcam to get the uri from. |
References EINA_SAFETY_ON_NULL_RETURN_VAL.