| Functions | |
| const Eina_List * | emotion_webcams_get (void) | 
| Get a list of active and available webcam.  More... | |
| const char * | emotion_webcam_name_get (const Emotion_Webcam *ew) | 
| Get the human understandable name of a Webcam.  More... | |
| const char * | emotion_webcam_device_get (const Emotion_Webcam *ew) | 
| Get the uri of a Webcam that will be understood by emotion.  More... | |
| 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.
| 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. | 
| 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. |