examples/video/slitscanRadialClockExample/README.md
[email protected] http://buzzo.com https://github.com/danbz https://www.youtube.com/danbuzzo
Description: In this example we use the oF video grabber to sample camera input. Then the code accesses the pixels in each frame from the camera to create a slitscan video. The image is created in two styles, progressively across the screen or as a ribbon, pushing pixels sampled from the center of the screen. rendered to the screen as a flat, horizontal image or using oftransform to display as a radial image.
code in C++ using openFrameworks.cc for timeLapse radial slitscan clock
#Controls
Horizontal horizontal-push-ribbon horizontal-clock.png radial-push-ribbon radial-clock.png
This openFrameworks extends the videograbber example is designed to illustrate accessing and manipulating image data from a webcam.
Studying this example will help you understand:
ofVideoDevice)ofVideoGrabberofTexture or for ofPixelsofPixels)If your computer has a webcam, you should be able to see the webcam image when launching this app on the left and an inverted version of the webcam stream on the right.
This example uses the following classes:
ofVideoGrabberofPixelsofTextureofTrueTypeFont