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
Local Vars often inspect ...
by
SandyG
[
Today
at 05:21:45 am]
TListView.OnChange Event ...
by
msintle
[
Today
at 02:18:23 am]
Class designer/editor
by
avra
[
Today
at 02:10:14 am]
TryStrToFloat
by
BubikolRamios
[
Today
at 02:03:48 am]
Extended Module Player
by
bobby100
[
Today
at 12:21:08 am]
Using synapse to send ema...
by
hamacker
[September 12, 2024, 11:52:21 pm]
Searching for a safe alte...
by
jamie
[September 12, 2024, 11:05:25 pm]
Browser User Agent & Frie...
by
Aruna
[September 12, 2024, 09:53:42 pm]
TDBF Recordcount
by
gidesa
[September 12, 2024, 08:32:55 pm]
CLI | Wildcard parameters...
by
MarkMLl
[September 12, 2024, 07:47:14 pm]
LazCAD – First Release!
by
jcarlos77
[September 12, 2024, 05:27:40 pm]
Listview how to custom or...
by
VisualLab
[September 12, 2024, 04:59:00 pm]
Broken Icon Display on ma...
by
msintle
[September 12, 2024, 04:46:35 pm]
programming with Lazarus
by
srvaldez
[September 12, 2024, 04:03:11 pm]
Change execution order wh...
by
Khrys
[September 12, 2024, 03:02:06 pm]
7zip DLL is super broken
by
rvk
[September 12, 2024, 01:55:47 pm]
Hints.
by
seghele0
[September 12, 2024, 12:29:35 pm]
Error code 5
by
ccrause
[September 12, 2024, 11:14:19 am]
Font draw in customdraw i...
by
mikutu
[September 12, 2024, 08:02:02 am]
Problems with Gitlab
by
Joanna
[September 12, 2024, 07:35:08 am]
Cannot open Access databa...
by
Khrys
[September 12, 2024, 06:59:12 am]
TMemo and paste from clip...
by
Aruna
[September 12, 2024, 05:58:24 am]
environment variables
by
dbannon
[September 12, 2024, 01:59:07 am]
[SOLVED] TDBDateEdit comp...
by
wp
[September 11, 2024, 11:56:30 pm]
TStateMachine
by
matthius
[September 11, 2024, 11:40:00 pm]
« previous
next »
Print
Pages: [
1
]
Author
Topic: A free pascal client for opengaze api (Read 1281 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