-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Maximum Framerate #1
Comments
With the parallel interface and leaving the DMD to keep exposing (no dark frames), it seems to be handling video playback at 30Hz okay, but I need to do more thorough testing to see if it can actually display all 30 frames. But it looks like video alright. In theory cranking it to 60Hz should be possible; will give it a shot when I find some time. (need to find something to record images with reliably etc) |
That's awesome! I want one ;D |
eViewTek will (when I asked in january 2024) sell you the optical engine and driver board separately. I was able to get a quote, which was pretty reasonable. I don't know how much stock they have and if they are keeping it in production. |
Now in 8-bit :) This should still be ~30Hz UV_Crab_Rave_30fps.mp4 |
Wow! That is super cool! It's a natural idea to think of using this DMD as the pattern generator for our SIM systems. I'm looking for old Anycubic on Ebay. Maybe I find one that is not that expensive. Impressive! Thanks for sharing. 30 fps is already pretty awesome. One could use the raspi as the trigger device, too, right? CC: @ranranking PS: Wise selection of the Video ;) |
Yep, the exposure can be enabled over the software i2c interface of the pi. There is then the option to (1) expose for a certain amount of frames, controlled/intrepreted by the DLPC1438, to (2) to expose until the "STOP EXPOSURE" i2c command is sent. So you could leave it in mode (2) and use the framebuffer to switch between expose/stop light/change pattern/light on/expose/ stop light/change pattern/ or (1) and i2c-start->expose->i2c-stop->change pattern->i2c-start->expose. Depends a bit on how problematic the "changing DMD mirror positions" is as it transitions between frames I guess. |
Amazing! Thanks a lot for all the information! I found one on ebay. Potentially broken. Awesome! ^^ |
Hey @NemoAndrea, great stuff - as always! :)
May I ask you what would be the maximum framerate you could achieve with this device? I remember you mentioned 2fps for some DMD+Raspi combination, but this may be different since you use a different controlling interface?
Thanks!:)
The text was updated successfully, but these errors were encountered: