OpenCV for timelapse? #139
Closed
DominicWeston
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
No, not really a good idea. The printer already knows when the layer changes and just saving a frame form the webcam is not much work for it. Rendering the final timelapse video could be offloaded, but I think we will manage to do that on the printer as well. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Several years ago I played with a program someone wrote for the RPi that used OpenCV to calculate the speed of a car by timing when it enters a point on a frame and times how long it took to reach another point in a later frame. So, could OpenCV running on my laptop or rpi track the video stream for some change that tells it to save that frame, like the bed moving down or ??? This would offload all image handling to somewhere other than the printers processor. Just a thought.
Beta Was this translation helpful? Give feedback.
All reactions