v1.1.0 — installer picks your camera
Flipscan turns a document camera into a hands-free book scanner: point it at a book, flip pages, and it detects each turn, waits for the image to settle, and takes the shot on its own.
New in this release
- The installer picks your camera. It enumerates the cameras attached to your machine during installation and pins the one you choose, so the first launch already opens the right device instead of whatever happens to be
video0. You can still change it any time from the sidebar in the capture window.
安装时选摄像头:安装过程中列出机器上的摄像头让你选定并写入配置,第一次启动就直接打开正确的设备,不用碰运气。拍照界面侧栏里随时可以改。 - Interactive installer. Choose where it goes (home directory, a custom path, or system-wide
/optviasudo), and whether you want a desktop icon — pre-marked trusted, so double-clicking launches it with no "Allow Launching?" prompt. Any flag (--system,--prefix,--uninstall, …) keeps it fully non-interactive, exactly as before.
交互式安装器:选安装位置(用户目录 / 自定义路径 / 系统级/opt,走sudo输密码)、要不要桌面图标(预先标记受信任,双击直接启动)。带参数运行则保持全程非交互。 - The Chinese README now shows a Chinese screenshot — it previously embedded the English interface.
中文 README 换上了中文界面截图(之前嵌的是英文图)。
Install
git clone https://github.com/Enumber/flipscan.git
cd flipscan
bash install.shBuilds a virtualenv with OpenCV and puts a launcher on your desktop and in your application menu.