From fedfbbb3e5417de0568eb1360bd42aeda7315472 Mon Sep 17 00:00:00 2001 From: benfry Date: Sat, 16 Apr 2005 03:58:22 +0000 Subject: [PATCH] locking things up for beta in core, setting todos for app/libs --- core/todo.txt | 3 --- todo.txt | 21 +++++++++++++-------- 2 files changed, 13 insertions(+), 11 deletions(-) diff --git a/core/todo.txt b/core/todo.txt index f928ffb35..1fecfad90 100644 --- a/core/todo.txt +++ b/core/todo.txt @@ -132,9 +132,6 @@ o but don't put commas into the zero-padded version o make nf/nfs/nfp not so weird o nf(PLUS, ...) nf(PAD, ...) nfc(PLUS, ...) -_ rename video.Camera to video.Video ? -_ VideoInput VideoOutput, SoundInput, SoundOutput or AudioInput/AudioOutput - . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . diff --git a/todo.txt b/todo.txt index 0fdae2843..98c02beb6 100644 --- a/todo.txt +++ b/todo.txt @@ -10,6 +10,19 @@ X remove particles from current processing X move netscape library out of libs and into build/shared X add serial.stop() just like client/server +camera +_ rename video.Camera to video.Video ? +_ VideoInput VideoOutput, SoundInput, SoundOutput or AudioInput/AudioOutput +_ list() should return full list with all sub-components +_ find the example code from the board +_ add prompt() method to Camera ("" means default, null is prompt) +_ let them pass in prompt(), not use null +_ setting the camera should be an index from list() +_ grabbing sub-devices from camera in the lib (via list() or whatever) +_ actually, need to use numbered indices (multiple w/ same name) +_ list should be: "0 - Logitech QuickCam (Blah)" +_ and then use the indices (or the str i guess) to choose + _ remove PdeXxx prefixes on names, make PdeBase into just "Processing" _ fix macos readme about how to boost memory size, and 1.3 vs 1.4 @@ -205,9 +218,6 @@ camera _ pause and framerate aren't working _ when passing in 'null' as the camera, dialog pops up fine _ but the applet craps out after a few seconds (pinwheel spin) -_ list() should return full list with all sub-components -_ find the example code from the board -_ add prompt() method to Camera ("" means default, null is prompt) _ couldn't get req'd component also happens when the camera isn't ready _ may also mean that no camera is plugged in _ also, don't mention winvdig on the mac @@ -216,11 +226,6 @@ _ in which case, need to return null (or ""?) for the prompt _ which will also just give you the last camera _ should it be new Camera(PROMPT); _ error messages from quicktime not coming through very well -_ setting the camera should be an index from list() -_ grabbing sub-devices from camera in the lib (via list() or whatever) -_ actually, need to use numbered indices (multiple w/ same name) -_ list should be: "0 - Logitech QuickCam (Blah)" -_ and then use the indices (or the str i guess) to choose check these errors to see if they still exist _ odd error in System.err stream coming from running external