|
ascii-chat 0.8.38
Real-time terminal-based video chat with ASCII art conversion
|
ascii-chat Mirror Mode Interface More...
Go to the source code of this file.
Functions | |
| int | mirror_main (void) |
| Run mirror mode main loop. | |
ascii-chat Mirror Mode Interface
Defines the interface for local webcam mirror mode, allowing users to view their webcam as ASCII art directly in the terminal without connecting to a server.
Definition in file mirror/main.h.
| int mirror_main | ( | void | ) |
Run mirror mode main loop.
Initializes webcam and terminal, then continuously captures frames, converts them to ASCII art, and displays them locally. Runs until the user presses Ctrl+C or an error occurs.
Initializes webcam and terminal, then continuously captures frames, converts them to ASCII art, and displays them locally.
Uses the session library for unified capture and display management.
Definition at line 102 of file mirror/main.c.
References session_client_like_run().