NetLogo / Gst-Video-Extension

A video extension for NetLogo based on the open source media framework GStreamer.
8 stars 1 forks source link

Calling `camera-init` Twice in the Same Session Breaks Things #22

Open TheBizzle opened 12 years ago

TheBizzle commented 12 years ago

Well... my perspective on this whole thing is that you shouldn't be trying to initialize a camera more than once in the same session, but, in all fairness, we can certainly do this better. Exploding on extra inits is a poor user experience. I know how to address this, and I'll fix it later.