Forum: Vizard
07-28-2010, 06:00 AM
|
|
Replies: 7
Views: 28,995
|
Forum: Vizard
07-23-2010, 08:07 AM
|
|
Replies: 7
Views: 28,995
|
Forum: Vizard
07-23-2010, 05:44 AM
|
|
Replies: 7
Views: 28,995
|
Forum: Vizard
06-22-2010, 12:04 PM
|
|
Replies: 6
Views: 54,660
Thanks for the heads up there Wayne, as you...
Thanks for the heads up there Wayne, as you suspected my serial settings were wrong :D however readline() would still not work correctly with 'NMEA out' enabled but work fine with 'Text out'!...
|
Forum: Vizard
06-18-2010, 06:54 AM
|
|
Replies: 6
Views: 54,660
Ok, I am back in the office.
The code I...
Ok, I am back in the office.
The code I have been using to connect to the GPS is as follows:
while 1:
ser = serial.Serial(port=0, baudrate=4800, timeout=0)
line = ser.readline()
print...
|
Forum: Vizard
06-17-2010, 01:22 PM
|
|
Replies: 6
Views: 54,660
|
Forum: Vizard
06-17-2010, 07:31 AM
|
|
Replies: 6
Views: 54,660
|
Forum: Vizard
06-16-2010, 09:20 AM
|
|
Replies: 6
Views: 54,660
Reading form serial port strangeness
Hi all,
Have been attempting to read in NMEA sentences from a GPS unit - unfortunately whilst I am able to do this fine in a HyperTerminal window whenever I try to do this using Vizard & PySerial...
|
Forum: Vizard
06-03-2010, 03:13 AM
|
|
Replies: 2
Views: 22,515
re:
Ha ha, I knew it would be something really silly :D - working late at night again!!
Thanks farshi
|
Forum: Vizard
06-02-2010, 05:03 PM
|
|
Replies: 2
Views: 22,515
re: Calendar
Quick question about the standard python calendar module - seems it works great in the interactive input window, but when using it in a script - whatever function of calendar I try to use throws a...
|
Forum: Vizard
05-13-2010, 10:18 AM
|
|
Replies: 2
Views: 19,527
|
Forum: Vizard
05-13-2010, 10:03 AM
|
|
Replies: 2
Views: 19,527
re: windoze re-install
I am faced with an unrepairable windows installation on my laptop - thank you windows update!! :rolleyes: - my linux partition is intact so I can retrieve my vizard files and what-not, which is nice...
|
Forum: Vizard
03-12-2010, 06:42 AM
|
|
Replies: 26
Views: 108,139
|
Forum: Vizard
03-12-2010, 04:54 AM
|
|
Replies: 26
Views: 108,139
:D Thank you so much for all of your time on...
:D Thank you so much for all of your time on this.
I'm tied up playing with kalman filters for the weekend so haven't had time for a proper test - however i have quickly run a couple of the demos...
|
Forum: Vizard
03-11-2010, 04:12 AM
|
|
Replies: 26
Views: 108,139
|
Forum: Vizard
03-10-2010, 05:52 AM
|
|
Replies: 26
Views: 108,139
Thank you
:) Thanks you very much that worked perfectly.
Now I, like the original poster, just need to sort a method for converting frame buffer images to IPLImage!!
Came across this -
...
|
Forum: Vizard
03-09-2010, 09:13 AM
|
|
Replies: 26
Views: 108,139
:d
Thanks for the upload - really appreciate it & once I can work out how to use vizards window instead of highGUI's i'll be flying! :)
Just one odd thing though, when I try to run the kalman example...
|
Forum: Vizard
03-02-2010, 02:52 AM
|
|
Replies: 26
Views: 108,139
|
Forum: Vizard
03-01-2010, 04:56 AM
|
|
Replies: 26
Views: 108,139
Sorry for the blatant thread hi-jack :o , but...
Sorry for the blatant thread hi-jack :o , but this thread caught my eye. I would be VERY interested to try your compiled OpenCV modules etc. with Vizard and while I hope that Vizard will migrate to a...
|
Forum: Vizard
01-16-2010, 09:05 AM
|
|
Replies: 5
Views: 33,270
|
Forum: Vizard
01-15-2010, 09:28 AM
|
|
Replies: 0
Views: 23,958
Filter euler data
Is it possible to use the filter plug-ins average or median functions on a trackers euler data? from the documentation it looks like you can't, but I thought I might check.
|
Forum: Vizard
01-14-2010, 02:54 PM
|
|
Replies: 5
Views: 33,270
Hi, thanks for getting back so quick.
I'm...
Hi, thanks for getting back so quick.
I'm not at the office at the moment so I'll re-check when I am, there may be an issue there as I thought I'd tried earlier only to have to roll back because...
|
Forum: Vizard
01-14-2010, 05:46 AM
|
|
Replies: 5
Views: 33,270
re: Vuzix vr920 stereo?
Hello to all and a belated happy new year,
We are trying to impliment vuzix's vr920 head set (and later the CamAR unit), and by using the 'icuiti.dls' plugin allows us to addess the units...
|
Forum: Vizard
12-11-2009, 04:26 AM
|
|
Replies: 11
Views: 151,281
sorry for bump
Hi farshizzo
I found this post after an extensive search of the forum and thought that I had found the answer to one of my problems - creating a list of all the names of the child nodes in a...
|
Forum: Plug-in development
12-09-2009, 09:24 AM
|
|
Replies: 0
Views: 31,668
re: Data from GPS unit
Greetings Wizards, I wish to pick your collective brains:D
As part of a research project I am looking to utilize GPS data for position tracking, however I am NOT a C++ programmer :o !
The GPS...
|