Processing Artworks

■ Frame Rate

• Artworks can be played at any specified frame rate.

• Depending on the CPU load, the frame rate may drop. To make the testing process easier, please include a debug option to display the FPS where possible.

■ Camera/Mic

• Access to the internal webcam and mic embedded at the bottom of the screen is enabled at default. The maximum FPS/Resolution for the camera is: 30FPS/W1280*H720 pixels.

• The default format for the camera in the PC is read in horizontal, landscape mode. As such, when the work is displayed at fullscreen with the same aspect ratio, sides of the image may be trimmed.

• Access to the camera/mic from the flash player is enabled at default, and doesn’t require additional settings.

• If using openCV or similar, please capture the camera at 640x480 or 320x240 or 160x120.

■ Artwork Submission

• Resolution of your artwork should be set as size(1080,1920);

• Include noCursor() to hide cursor in your application

• Export your sketch from Processing as a 32-bit Windows Application.

• Enable full screen (run in Presentation Mode)

• Once exported, do not rename your main .exe file and make sure that main .jar file in the /lib folder has the same name and your .exe file in the root.

• Please submit all files in one folder .zip file with a .exe in the root (no subfolders except for data and other related sketch files). Watch this video..