EyeTrackVR-Docs/src/static/faq/index.ts
2024-10-02 20:08:10 -04:00

66 lines
3.2 KiB
TypeScript

const faq = {
faq: [
{
question: "What is the goal of this project?",
answer: "To provide an open source, affordable VR eye tracker for Social games like VRChat as well as provide an open eye tracking platform.",
hyper_link: "",
link_description: "",
},
{
question: "What headsets will be supported?",
answer: "Any headset that the hardware can fit in with community mounts or a mount you design.",
hyper_link: "",
link_description: "",
},
{
question: "How will this work?",
answer: "Currently, a camera is mounted inside the headset for each eye. The camera streams through wifi to a PC client which processes and sends eye tracking data to an OSC endpoint ex VRChat.",
hyper_link: "",
link_description: "",
},
{
question: "What features will be supported?",
answer: "The goal is eye tracking with eye openness, and some form of pupil dilation. A far away aspiration of this project is some form of weak foveated rendering because it's cool and any small performance increase in VR is welcome.",
hyper_link: "",
link_description: "",
},
{
question: "When will this be completed?",
answer: "When it's done 😉 I have a semi busy life so development may slow and speed up inconsistently.",
hyper_link: "",
link_description: "",
},
{
question: "Will IR damage my eyes?",
answer: "This project has safety in mind. If you do all of the safety measures that we put into place and visually test the amount of IR light you will be fine. Please note we have not finished development of all safety stuff so be careful.",
hyper_link: "https://dammedia.osram.info/media/bin/osram-dam-2496608/AN002_Details%20on%20photobiological%20safety%20of%20LED%20light%20sources.pdf",
link_description: " here is a pdf with safety information",
},
{
question: "How expensive will this be?",
answer: "My goal is to keep it as cheap as possible with around $75 as the absolute max, with current setups being around $30-80. aaaa",
hyper_link: "",
link_description: ""
},
{
question: "How do I set up my avatar?",
answer: "Check out the VR Chat face tracking wiki on our github. Keep in mind that we currently only support float parameters. ",
hyper_link: "",
link_description: ""
},
{
question: "What hardware does this use / How do I build?",
answer: "Checkout our build guides on this site for specific information, hardware may change and evolve over time.",
hyper_link: "",
link_description: ""
},
{
question: "Where are the docs?",
answer: "All of our documentation is located on this website, all future documentation will be found here as well.",
hyper_link: "",
link_description: "",
}
]
}
export { faq }