Search found 45 matches

by shahin
Wed Jul 29, 2015 4:14 pm
Forum: Software Forum
Topic: Raspberry PI Based DLP Printer
Replies: 16
Views: 39547

Re: Raspberry PI Based DLP Printer

by shahin
Mon Jul 27, 2015 3:58 pm
Forum: Software Forum
Topic: Raspberry PI Based DLP Printer
Replies: 16
Views: 39547

Re: Raspberry PI Based DLP Printer

Great! We are looking forward to more information on this and if / when you have an installable version for the community to evaluate! If we decide to release evaluation version, we need to spend a day or two to make configuration page a bit more obvious. Do you have any website so we can see your ...
by shahin
Mon Jul 27, 2015 8:18 am
Forum: Software Forum
Topic: Raspberry PI Based DLP Printer
Replies: 16
Views: 39547

Raspberry PI Based DLP Printer

Hi all, We have started developing rpi based DLP Printer software two years ago, which works both as host and controller (it does not require arduino, etc). It is developed based on our need for something reliable, lightweight and feature rich. Currently we have a few printers which are using rpi fo...
by shahin
Sat Nov 22, 2014 7:43 pm
Forum: Software Forum
Topic: raspberry pi Silent boot
Replies: 29
Views: 59979

Re: raspberry pi Silent boot

hp_, We are using both subprocess and multiprocessing modules to speedup whole process. But still forced to use C to display images. fbi does not use hardware acceleration so it is slow too. Also you need to run again and again which is also slow. We have written C based image viewer which listen/ta...
by shahin
Fri Nov 21, 2014 5:31 pm
Forum: Software Forum
Topic: raspberry pi Silent boot
Replies: 29
Views: 59979

Re: raspberry pi Silent boot

We have developed similar software in python without X but forced to move some critical parts to C to get enough performance out of Raspberry PI. We turn projector on and off using gpio to serial interface so boot time text would not bother. It is working perfectly but to be honest we would not choo...