mirror of
https://github.com/Tha14/toxic.git
synced 2025-12-06 23:16:36 +01:00
Implemented OpenCV demo to demonstrate video device listing and set up code structure for video
This commit is contained in:
@@ -77,6 +77,10 @@ static struct cmd_func chat_commands[] = {
|
||||
{ "/hangup", cmd_hangup },
|
||||
{ "/mute", cmd_mute },
|
||||
{ "/sense", cmd_sense },
|
||||
#ifdef VIDEO
|
||||
{ "/enablevid", cmd_enablevid },
|
||||
{ "/disablevid",cmd_disablevid },
|
||||
#endif /* VIDEO */
|
||||
#endif /* AUDIO */
|
||||
{ NULL, NULL },
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user