Lazarus
Home
Help
TinyPortal
Search
Login
Register
Lazarus
»
Forum
»
Announcements
»
Third party
»
A free pascal client for opengaze api
Free Pascal
Website
Downloads
Wiki
Documentation
Bugtracker
Mailing List
Lazarus
Website
Downloads (Laz+FPC)
Packages (OPM)
FAQ
Wiki
Documentation (RTL/FCL/LCL)
Bugtracker
CCR Bugs
GIT
Mailing List
Other languages
Foundation
Website
Useful Wiki Links
Project Roadmap
Getting the Source
Screenshots
How to use the forum
About donations (wiki)
Bookstore
Computer Math and Games in Pascal
(preview)
Lazarus Handbook
Search
Advanced search
Recent
Compiler error when check...
by
TRon
[
Today
at 05:54:27 pm]
Recommended way to build ...
by
TRon
[
Today
at 05:43:43 pm]
Str declaration
by
MarkMLl
[
Today
at 05:39:14 pm]
Loading text data from a ...
by
carl_caulkett
[
Today
at 05:33:34 pm]
Game Music Emulator
by
Gigatron
[
Today
at 05:32:28 pm]
Simple multithreading cod...
by
gidesa
[
Today
at 05:30:22 pm]
Incorrect FPC/Lazarus bui...
by
TRon
[
Today
at 05:26:36 pm]
Setting the fpc path
by
cousinp
[
Today
at 05:07:17 pm]
Stack Overflow in RtlVirt...
by
simone
[
Today
at 04:13:06 pm]
Vectors to find Center of...
by
Boleeman
[
Today
at 03:48:26 pm]
7zip DLL is super broken
by
domasz
[
Today
at 03:47:13 pm]
Gridprinter Newby
by
Zvoni
[
Today
at 03:03:35 pm]
QuasiClever Fractal
by
Boleeman
[
Today
at 02:23:56 pm]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 11:50:20 am]
"Show Compiler Dialog"
by
MarkMLl
[
Today
at 10:21:49 am]
AI, NLP and CAI: Text Gen...
by
schuler
[
Today
at 09:48:18 am]
Hashids that you need but...
by
Thaddy
[
Today
at 06:10:34 am]
C++ conversion : what is ...
by
Thaddy
[
Today
at 05:44:34 am]
Is there a better web-bro...
by
QEnnay
[September 17, 2024, 11:50:29 pm]
LazReport / FreeReport qu...
by
dseligo
[September 17, 2024, 11:37:59 pm]
Complex objects and JsonO...
by
Flea
[September 17, 2024, 11:02:28 pm]
Best way to exchange data...
by
cdbc
[September 17, 2024, 10:16:27 pm]
TListView.OnChange Event ...
by
msintle
[September 17, 2024, 10:11:04 pm]
Broken Icon Display on ma...
by
msintle
[September 17, 2024, 10:09:18 pm]
how to convert pdf to png...
by
zeljko
[September 17, 2024, 08:35:54 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: A free pascal client for opengaze api (Read 1370 times)
cpicanco
Hero Member
Posts: 633
Behavioral Scientist and Programmer
A free pascal client for opengaze api
«
on:
June 30, 2024, 11:45:53 pm »
Hi everyone!
I am sharing a client to communicate with Gazepoint eye tracker. It is really simple right now. You can connect and control the Gazepoint Control server using calibration and record commands:
https://github.com/cpicanco/fpc-opengaze
Logged
Be mindful and excellent with each other.
https://github.com/cpicanco/
cpicanco
Hero Member
Posts: 633
Behavioral Scientist and Programmer
Re: A free pascal client for opengaze api
«
Reply #1 on:
July 05, 2024, 12:48:24 pm »
Recent commits introduce calibration choreographies for remote and local setups
Logged
Be mindful and excellent with each other.
https://github.com/cpicanco/
cpicanco
Hero Member
Posts: 633
Behavioral Scientist and Programmer
Re: A free pascal client for opengaze api
«
Reply #2 on:
July 15, 2024, 11:58:51 am »
Recent commits introduce a worker thread to fix a bug in the blocking logic, which was causing long strings to be partially lost.
# Incoming thread
https://github.com/cpicanco/fpc-opengaze/blob/cedae7e6585740e79137a54d2df77f2868b4cc33/src/opengaze.incoming.pas
The TCP/IP client receives strings from a server running at 150 Hz. After this low-level (synaser) processing, the client's incoming thread splits the received strings into "commands" using #13#10 as a constant separator. Partially received commands, if any, are saved for the next receive round. Full commands are enqueued into a thread-safe list.
# Worker thread
https://github.com/cpicanco/fpc-opengaze/blob/cedae7e6585740e79137a54d2df77f2868b4cc33/src/opengaze.worker.pas
A worker thread that controls blocking versus non-blocking commands waits for commands and processes them until all command processing is complete.
I would greatly appreciate it if you could share your comments or suggestions.
Logged
Be mindful and excellent with each other.
https://github.com/cpicanco/
Print
Pages: [
1
]
« previous
next »
Lazarus
»
Forum
»
Announcements
»
Third party
»
A free pascal client for opengaze api
TinyPortal
© 2005-2018