for viewing the streaming images from the camera, take a look at Cambozola
- an example is here.
As for bandwidth, it's not too bad, and is able to serve up a stream over DSL. [FYI: I'm the author]
We did a similar thing - Used code generation to tweak the data model, and quickly prototype alternate ideas. Once we were happy with it, we cut it loose and worked on the code directly.
If we had directly coded it by hand (which would have involved a lot of monkey-work), we would have to stick with the original design, flaws and all.
Damn Rush fans get everywhere.
for viewing the streaming images from the camera, take a look at Cambozola - an example is here. As for bandwidth, it's not too bad, and is able to serve up a stream over DSL. [FYI: I'm the author]
We did a similar thing - Used code generation to tweak the data model, and quickly prototype alternate ideas. Once we were happy with it, we cut it loose and worked on the code directly. If we had directly coded it by hand (which would have involved a lot of monkey-work), we would have to stick with the original design, flaws and all.