Failing to edge detection system

I was wondering if there was an easy way for a camera based system to detect when you finished. This would fit in a system where you’re restrained. You’d have to edge for a set amount of time, if you finish to early, the camera system detects it and can punish you configurably (e.g. deleting some files from your harddrive). This is purely a software question. How would one go about that. Is there maybe some kind of software to detect it?

1 Like

I mean. Technically, you could train an ML model to see if you finished. But you’d need some proper hardware to train it. And you also need lots of tagged data to train it on.

Maybe an algorithm could work too, though that would be a bit more complex

You could probably implement it a lot easier if you avoid auto detection all together and instead implement a manual “cum button”. This could all be much easier to program that way, plus you wouldn’t have to video yourself masturbating which seems like a plus to me.

Also there’s this thread related as well

This wouldn’t satisfy the use-case in a punishment system when you’re restrained.

Training from zero is probably not the best idea, given the difficulty. There’s algorithms to detect hands for example that don’t rely on ML I believe? There’s also fluid detection tools as well. So yeah, maybe an algorithm can work. Question which