aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkartofen <mladenovnasko0@gmail.com>2022-10-22 23:53:29 +0300
committerkartofen <mladenovnasko0@gmail.com>2022-10-22 23:53:29 +0300
commitf45b143dcf90970122436d10bd6226f577a9310d (patch)
tree986563759bf1f5935e15a66613e673e445b26e97 /README.md
parentf4c66a4c77e5818ca9703f59a80ea92e27ed45c6 (diff)
works with alsa and runs at 30 fpsHEADmaster
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index 48241f2..b4803cc 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ through UDP datagrams.
This project is written only in C, using the following technologies:
1. V4L2 - video for linux api for getting images from the camera
-2. PulseAudio Simple API for playing and recording audio (will be changed to ALSA soon)
+2. ALSA for recording and playing audio
3. GLFW with OpenGL for displaying the recieved image
No other external libraries or APIs are used.
@@ -16,13 +16,14 @@ No other external libraries or APIs are used.
### Limitations
1. 160x120 video resolution because of the limited size of sockets
-2. Crappy audio, most likely because of pulse audio
+2. Kinda crappy audio
3. Works only on GNU/Linux, I don't plan porting it to Windows
### Todo
-1. Use ALSA and not PulseAudio Simple API
-2. MUST run at 30 fps
+1. Higher resolution by splitting it into multiple datagrams
+2. Encryption
+3. More user-friendly
### Build