Students with severe visual impairments (partially blind), cannot participate in the educational process as well as other students: they cannot see the classroom board, or read books/notes. ICStudy is a solution developed by SciFY which helps students with such conditions attend classes and participate. It is also an open call to all developers to help, so that a useful, fully functional and stable version can be made.
The ICStudy project involves both software and hardware solutions, this means we should be able to utilize hardware (interactive boards, mobile devices) and build software accordingly. The current version (Beta) is an extended implementation of ICSee.
We can support filtering on feed live-streamed from another computer (through UDP). This partially solves the problem described in the above section, if the school uses an interactive (digital) board.
- Install Yasm (assembler /disassembler for the Intel x86 architecture) by running sudo apt-get install yasm
- In order for the Server code to run, download and install ffmpeg
- In order for both the Client and the Server code to run, jre (Java Runtime Environment) 7 or higher is required.
- In order for the Server code to run on windows, an additional UScreenCapture library is required. Get it from here.
This project was tested using ffmpeg version 3.4.4
This is a Maven-based project (https://maven.apache.org), so, in order for all the dependencies to load, you should first run the required Maven commands
The following steps should be followed for both sub-directories (ICStudy_Client and ICStudy_Server)
mvn validate
(Validate that the project is correct and all necessary information is available)mvn package -Dplatform.dependencies
(Take the compiled code and package it in its distributable format, such as a JAR, along with the dependencies)
For the Server application:
java -jar ICStudy_Server/target/ICStudy-Server-2.0-jar-with-dependencies.jar
For the Client application:
java -jar ICStudy_Client/target/ICStudy-Student-2.0-jar-with-dependencies.jar
Α/ Α | Περιγραφή δράσης | Τεκμηρίωση |
---|---|---|
Α | Υλοποίηση της εφαρμογής ICStudy | Το ICStudy υπάρχει διαθέσιμο στο GitHub και εγκατεστημένη στο Ειδικό Δημοτικό Σχολείο Τυφλών Καλλιθέας. |
Β | Υλικό για διασφάλιση της δυνατότητας διάχυσης του ICSee | |
Β1 | Προσφορά του κώδικα της εφαρμογής ως ανοικτού κώδικα. | Το έργο βρισκεται στο GitHub σε αυτόν τον σύνδεσμο: https://github.com/ellak-monades-aristeias/ICStudy-v1 |
Β2 | Υποστηρικτικό υλικό | Η τεκμηρίωση είναι στο GitHub. |
Γ | Προώθηση του ICStudy | |
Γ1 | Δοκιμαστική εγκατάσταση της συνολικής λύσης σε ένα σχολείο και δημιουργία σχετικού προωθητικού υλικού. | Εγκατάσταση στο Ειδικό Δημοτικό Σχολείο Τυφλών Καλλιθέας και προώθηση στα κοινωνικά δίκτυα της SciFY |
Γ2 | Προώθηση του ICStudy, της συνεργασίας με την ΕΛ/ΛΑΚ, και των σημαντικών εξελίξεων του project μέσω του δικτύου συνεργατών, των δράσεων και μέσων επικοινωνίας της SciFY | Στο Newsletter της SciFY (http://eepurl.com/bAuv11)
Στα Social media της SciFY
|