Hacker News new | ask | show | jobs
by pasiaj 4319 days ago
I've been playing around with this same kind of idea.

In my case I was using a cheap Android phone as a camera. Color recognition of 1x1 size Legos start to become problematic from more than 2 meters away, even in good lighting conditions.

1 comments

Couldn't it be solved by only taking a picture of the changed columns of the calendar instead of the entire three months?

I'm not familiar with how you're processing the picture, but it might be possible to identify the columns by utilizing the empty row at the top of each column. I count 7 positions/bits. You can use 2 bits to mark the month and the remaining 5 bits to mark the day of the month. Using this encoding, you could even add a fourth month without any problems.