this post was submitted on 21 Jan 2025
34 points (97.2% liked)

Programming

18101 readers
265 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities [email protected]



founded 2 years ago
MODERATORS
 

I wrote a program that turns the feed it receives from your webcam in ASCII art. It's open source: you can find the code on Github.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 6 points 2 weeks ago* (last edited 2 weeks ago) (4 children)

It seems to be broken.

Update: it works on my desktop, but not on my phone or laptop.

When it does work, it's pretty good, though it could use some control to tune in exposure to pick up darker areas.

[โ€“] [email protected] 4 points 2 weeks ago

Correct, it may not work on mobile because the font size is 6pt and the line may be too wide for a phone. That's something I should fix. The exposure, however, probably just needs a slider to increase or decrease what is considered black.

Thanks for the honest feedback :)

load more comments (3 replies)