Lua API ======= The CamScripter Lua API describes the CMUcam3 functions that you can use in your Lua programs to control the actions of the CMUcam3. Data Structures --------------- * :doc:`framediff ` * :doc:`image ` * :doc:`pixel ` * :doc:`tracker ` Functions --------- The following functions are documented in :doc:`luaapifunctions`: * :doc:`camera_set_colorspace ` * :doc:`camera_set_resolution ` * :doc:`clear_graphics ` * :doc:`file_exists ` * :doc:`framediff_new ` * :doc:`framediff_scanline ` * :doc:`framediff_scanline_finish ` * :doc:`framediff_scanline_start ` * :doc:`get_pixel ` * :doc:`image_new ` * :doc:`pixbuf_get_height ` * :doc:`pixbuf_get_pixel ` * :doc:`pixbuf_get_width ` * :doc:`pixbuf_read_rows ` * :doc:`pixbuf_set_coi ` * :doc:`pixel_new ` * :doc:`print ` * :doc:`print_color_tracker ` * :doc:`print_line ` * :doc:`print_oval ` * :doc:`print_picture ` * :doc:`print_rectangle ` * :doc:`save_picture ` * :doc:`set_debug ` * :doc:`take_picture ` * :doc:`tracker_new ` * :doc:`tracker_track_color ` * :doc:`turn_off_led ` * :doc:`turn_on_led ` * :doc:`wait ` Constants --------- * :doc:`Full list of constants `