- Joined
- Jun 22, 2011
- Messages
- 2,431
- Points
- 83
Peregrine doesn't support zooming, it discards all the data that isn't being shown. My version (1.4) has an option to keep stretching the graphic to show all the data on the screen, but you can't zoom in.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Peregrine doesn't support zooming, it discards all the data that isn't being shown. My version (1.4) has an option to keep stretching the graphic to show all the data on the screen, but you can't zoom in.
That's too bad, I had hoped it would be the solution. Love this LPM, but need to preset a metering duration ahead of time is a big limitation.
Also to make sure you unlock the Java libraries, or you'll end up with no input from your LPM. Otherwise serial input = false
Use Terminal command:
sudo mkdir -p /var/lock
sudo chmod 777 /var/lock
enter your use password
hit return.
libraries are unlocked
I posted about that huge headache earlier.
Can't get it to work. I have Processing downloaded but I'm not sure where to go from there.
And when I input that terminal command nothing happens. I hit return and it just starts a new line.
Can you help me?
post your screen shot and upload then we can help you
Were you not prompted for your password?
your password will not show in the command line btw.. after entering you hit return..
this unlocks the libraries.
I did it as a shell command. It asked me for my password, I hit return, and it said [Process completed]. I did that for both of the commands you said to use. It only asked for my password the first time I did it; re-trying it doesn't ask for my password.
Peregrine still won't recognize my LaserBee though. Serial connected is false, but the LaserBee is plugged in. Do I need to do something with Processing?
well I'd think about repairing your permissions and or re-installing peregrine.
Sounds like you also might need to do a re-start for the libraries to take effect.
Also make sure you've got the USB to serial adapter selected properly as well.
Check the serial monitor in Arduino program to make sure you're receiving data.
Look at the link below... see if you can follow what I've posted here. It does work for any serial input you can throw at
your computer. If you see something... then that's step 1 of 2. If you still can't see anything from this, your problem lies in
your USB serial adapter.
See link below:
http://laserpointerforums.com/f70/macos-laserbee-other-data-parsing-method-alternative-80626.html
Post your pics !! once I see what's going on then I can de-bug your LB.
Another problem might be the Serial to USB adapter if you still can't see the input.
I have the original one Jerry kindly included with the laserbee 3.2W deluxe.
It does NOT require any special drivers to make it function
on MacOSX 10.8 - 10.9.3.
Under windows 8-8.1 it fails unless you can download a special driver for it.
the driver is completely out of date and runs in a compatibility mode.
Thanks for the info! I'll see if I can get it working. If not, I'll send screenshots of everything for you to look at.
I'm also going to try it on one of my old PC's so maybe it will work better there.
:thanks:
Also to make sure you unlock the Java libraries, or you'll end up with no input from your LPM. Otherwise serial input = false
Use Terminal command:
sudo mkdir -p /var/lock
sudo chmod 777 /var/lock
enter your use password
hit return.
libraries are unlocked
I posted about that huge headache earlier.
All I see in the source for the OpenGL version is the import statement; where do you actually use it? Or are you just using the non-default renderer?
Also - this is great! Happy another person is playing around with it.
Trevor