version: 0.0.1
author: Goran Kapun
Driver for 3M digital easel smartboard
Reverse engineering of input protocol for 3M digital easel smartboard
-
Connect 3M digital easel smartboard to computer using USB
-
Start driver/gui by issuing following command:
Starting from root or sudo interacitve: ./sb_gui2.py Starting from normal permissons user: sudo ./sb_gui2.py
if it is not working check USB device file, default is /dev/usb/hiddev0; if its on other device, append to calling full path to correct device / file
- Use smartboard (draw) :)
- If you want to save current frame to PNG and clear screen press marker on designated area on smartboars
... to be continued ...
-
Connect 3M digital easel smartboard to computer using USB
-
Start driver by issuing following command:
Starting from root or sudo interacitve: ./smartboard_driver.py Starting from normal permissons user: sudo ./smartboard_driver.py
... to be continued ...