Hey guys!
OpenHybrid seemed like such a cool project, I really wanted to try it out
However, I’m not able to get the example on Adding Object and Marker working using a Raspberry Pi. Since many people on this forum seem to have no issues making this work, I wondered if I’m missing something obvious.
Installation seems to give no issues (Raspberry Pi 2, Raspbian Jessy, Node v0.12). When starting server.js, I do get an error:
Serial port error [Error: Cannot open /dev/ttyATH0]
I guess this is the Yun serialport, and that this does not impact the examples I try to run (currently, I’m not using GPIO).
Some symptoms I encounter during the examples:
- When adding a target (http://192.168.1.134:8080/target/learn) I get an error in my browser console:````
Refused to display ‘Engine Developer Portal’ in a frame because it set ‘X-Frame-Options’ to ‘SAMEORIGIN’.
Does not seem to be a big deal, right?
2) When adding the zip file, I get some output on the console, and the only error message says:
Serial port error [Error: Serialport not open.]
I assume that this has to do with the Yun serialport, and that it is no big deal either.
3) After uploading the img (I use target.jpg from the examples folder) and the zip (downloaded from Vuforia), the buttons do not turn green. When I upload the target.zip file from the examples folder, the buttons do turn green (however, now the id is obviously wrong). However, I get no indication of what exactly went wrong.
Can somebody please confirm that the issues before symptom 3 are indeed no real problems for running the examples, or give me some advice on how to look for the problem/solution to symptom 3?
Thanks in advance, and congrats on developing this amazing technology!