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
How do you move a Procedu...
by
Aruna
[
Today
at 01:34:38 am]
Is there a better web-bro...
by
dsiders
[
Today
at 01:20:34 am]
Interesting article on Qt...
by
vfclists
[
Today
at 12:55:53 am]
Change button background ...
by
LBoxPO
[
Today
at 12:24:05 am]
Recommended way to build ...
by
carl_caulkett
[
Today
at 12:14:35 am]
Bitmap 16bit R5G6B5
by
wp
[
Today
at 12:09:15 am]
Incorrect FPC/Lazarus bui...
by
Seenkao
[September 16, 2024, 11:58:01 pm]
"Show Compiler Dialog"
by
dsiders
[September 16, 2024, 11:56:42 pm]
DBGRID | Picklist on fiel...
by
korba812
[September 16, 2024, 11:52:34 pm]
Listview how to custom or...
by
VisualLab
[September 16, 2024, 11:38:39 pm]
Problems with case statem...
by
carl_caulkett
[September 16, 2024, 11:28:40 pm]
Beginner can't debug a st...
by
mawg
[September 16, 2024, 10:53:24 pm]
[SOLVED] Copy the content...
by
Zoran
[September 16, 2024, 09:26:38 pm]
Reading tBitmap data is e...
by
jollytall
[September 16, 2024, 08:54:43 pm]
Broken Icon Display on ma...
by
lainz
[September 16, 2024, 07:53:29 pm]
Assigning result of a fun...
by
Thaddy
[September 16, 2024, 05:41:03 pm]
Regular expressions in In...
by
carl_caulkett
[September 16, 2024, 05:20:54 pm]
An exception occurred whi...
by
Laksen
[September 16, 2024, 05:07:49 pm]
Gridprinter Newby
by
wp
[September 16, 2024, 05:05:28 pm]
Sqlite tips leak dll usag...
by
jenson
[September 16, 2024, 04:11:18 pm]
Launching exe in a Teams-...
by
Zvoni
[September 16, 2024, 02:00:16 pm]
LazSerial how validate ch...
by
TRon
[September 16, 2024, 01:54:19 pm]
Poll: Watches and Display...
by
DarioGL
[September 16, 2024, 01:22:23 pm]
Golang vs free pascal
by
gidesa
[September 16, 2024, 01:07:51 pm]
Extended Module Player
by
Fred vS
[September 16, 2024, 11:57:51 am]
« previous
next »
Print
Pages: [
1
]
Author
Topic: A free pascal client for opengaze api (Read 1339 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