Closed cFlour closed 9 months ago
The video from the Lichess blog is an uploaded video (played at 2x speed). If the corners move during the game they are not updated automatically. I have done some research on tracking the corners as you go (https://www.youtube.com/watch?v=XV8EKqScaKs), but it's not quite good enough for production yet. For now it's best to keep the camera + board still :)
I'll add this to the requested list of features. It's certainly possible; a few tweaks will be required.
Variants are not handled, the Javascript chess library I'm using only knows the rules of regular chess. What sort of variants are you interested in?
- The video from the Lichess blog is an uploaded video (played at 2x speed). If the corners move during the game they are not updated automatically. I have done some research on tracking the corners as you go (https://www.youtube.com/watch?v=XV8EKqScaKs), but it's not quite good enough for production yet. For now it's best to keep the camera + board still :)
ok noted. Just asking, if I upload a video of a game which has all the moves in a virtual board, will it still detect those to give the PGN?
- I'll add this to the requested list of features. It's certainly possible; a few tweaks will be required.
Okay!
- Variants are not handled, the Javascript chess library I'm using only knows the rules of regular chess. What sort of variants are you interested in?
Currently, only Antichess, but maybe all the lichess variants.
The app only works on real-life 3D chess boards, it can't do 2D. If you want something for that you should look into Chessvision.ai
I'll see if I can find a chess library somewhere that has the Antichess rules.
Hello, I have some doubts which don't seem to be clarified in the blog post.