You are browsing as a guest. Sign up (or log in) to start making projects!

eph

@eph

Joined June 3rd, 2026

  • 6Devlogs
  • 2Projects
  • 1Ships
  • 0Votes
hi ig
Open comments for this post

25m 50s logged

Fixed an issue where your webcam can’t be found. Now you can press space to scroll through all the webcams sights finds on initialization.

0
0
3
Ship Changes requested

I made Sights, a real-time hand-tracking VFX application built with MediaPipe and OpenCV. It tracks your hand using your webcam feed and applies visual effects to them.

The most challenging part for me wasn't the hand tracking but rather figuring out how to make vfx with just opencv. Anything graphics design usually isn't my forte so it was nice to get out of my comfort zone.

I'm most proud of how interactive the project feels. Even though I made it it's still impressing to me how I can move my hands around and in turn affect the program.

To demo the project, the user will need a webcam.

  • 2 devlogs
  • 5h
Try project → See source code →
Open comments for this post

1h 29m 10s logged

Wrapping this project up by modularizing the code, making a simple demo, and writing a readme for the project. It’s been fun!

0
0
7
Open comments for this post

3h 48m 39s logged

Hi! I stopped working on Eulalia for a bit to work on this. Using google mediapipe hand tracking and “filters” made with opencv, it adds vfx to your webcam feed live.

Currently I have a working prototype, I’m working on making it more user friendly, making the code less cluttered, and overall polishing it into a better final product.

0
0
7
Open comments for this post

1h 10m 39s logged

First (proper) devlog !

Eulalia is a self indulgent project that I will use as an assistant for everyday life. The first problem I tackled? I don’t drink enough water.

Eulalia currently has a discord bot “interface”

  • made with node.js, using discord.js
  • runs a background task, currently every second to check if which users haven’t drank water
  • updates the and logs the water you drink if you dm the bot “drink” or “water”

Eulalia also has an express backend

  • uses an sqlite database
  • uses a simple api key for authentication
  • has routes for water, and whatever other features I will add in the future

I started this project to refresh my fundamentals on the relevant topics in a way that lets me have fun and gives me an end product I will actually use ! :D

Future plans are a pomodoro timer, rewards system, and a react.js frontend (I think this guy really likes javascript)

0
0
2
Open comments for this post

47m 15s logged

the devil on my shoulder told me to scopecreep so I did

user data is now stored in an sqlite database because:

  • idk it’s best practice ig
  • I get to say I used sqlite
  • I don’t lose user data when my bot dies/crashes
  • I can connect a web frontend in the future
0
0
2

Followers

Loading…