Segfault when getting/setting configuration values
Hi again,
I am trying to set/get the threshold and timeout values for the rotate gesture using:
int timeout = 1000; // 1s timeout
status = geis_set_
geisObject,
&timeout);
float threshold = 0.05; // 5cm thresh
status = geis_set_
geisObject,
My geis_new is called like this:
m_geisObject = geis_new(
NULL);
Any ideas why I would be getting a segfault when setting these config values?
Thanks in advance.
Question information
- Language:
- English Edit question
- Status:
- Solved
- For:
- Geis Edit question
- Assignee:
- No assignee Edit question
- Solved by:
- Amit Nayar
- Solved:
- Last query:
- Last reply: