snowfone
DEV LOG
Speed has gone from a miserable 1-2fps up to a healthy 30ish by manipulating the
pixel pipeline. Viability, feels good man.
uvcdynctrl -f
Was the command that told me there were other modes for my camera.
Right now it looks more like this.
I want to make little chat rooms that you can pick from and wander into. I might co-opt my old style of the green on black with odd numbers thing.
The client is on the left, and the server output on the right.
Next hurdle is sorting and holding contact addresses. I don't want to save anything from session to session beyond maybe a "dummy" number you can call right at the server.
I think I'll store them in memory, but mangled. Make it so if you just grab what is in the buffer you'll end up with scrambled numbers. I'm a little shaky that I can make something with any decent amount of security. If you're knowledgeable about these things, hmu!