Hmmh, two ideas . . .
Idea number 1 -
You might try the following. This was a tip that was given to me from a user (Rudolphe) on the Bisque site.
The issue is most probably the artemishscservice from Atik. It has ... issues and rebooting temporarily fix the problem.
You can restart it from the command line (in Terminal.app). Use grep to figure out the pid number.
Enter the following in the terminal app:
/bin/ps ax | grep [a]rtemishscservice
You will get a response that looks like this:
20200 ?? Ss 1:22.65 /usr/local/bin/artemishscservice
So here the pid is 20200. You then use the kill command to restart it:
sudo kill -15 20200
This will ask for your password.
Then re-run the ps and grep to make sure it did restart (it should show a different pid number this time).
I run into this on regular basis with my Atik 16200.
This tip works well.
Idea number 2 -
Have you read this page on Nebulosity?
http://www.stark-labs.com/prerelease.htmlOnce the Mac is talking to your camera, it works very well. Like you, I prefer to stay on the Mac platform if possible.
Good luck!
Michael