fiebrink1 / Sound_Control

A desktop app for rapidly making bespoke digital instruments.
8 stars 3 forks source link

Windows build : dumb camera preview error #3

Closed MartinTownley closed 5 years ago

MartinTownley commented 5 years ago

The following error occurs when trying to use the dumb camera on windows build: "jit.grab - could not build preview graph" This means that you can't monitor what the camera is viewing. Training does not work.

MartinTownley commented 5 years ago

Issue resolved - possibly had something to do with having the application and the maxpatch open at the same time, and them both trying to use the integrated camera.

MartinTownley commented 5 years ago

Issue persists on windows. The preview graph showing the camera data opens the first time you build an instrument using one of the sensors that involves the camera. However, if you try and make another instrument without first closing the whole application, the preview graph is black and you get the jitter error message "could not build preview graph". This only happens on Windows - not on Mac.

MartinTownley commented 5 years ago

Issue resolved - a closebang message message has been placed into the sensor patches with cameras. This is sent to a close message which closes the jit.grab object, allowing it to be used by another instrument