mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-09-26 23:09:15 +08:00
118 lines
4.6 KiB
TypeScript
118 lines
4.6 KiB
TypeScript
const printed_parts = {
|
|
hmds: [
|
|
{
|
|
hmd: "Quest 2",
|
|
parts: [
|
|
""
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Quest_2/Arkfall/EyeTrack_Quest_2_Mount_v10_By_Arkfall.stl",
|
|
desc: "Camera and IR emitter mount by Arkfall"
|
|
},
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Quest_2/Prohurtz",
|
|
desc: "★ Camera and IR emitter mount by Prohurtz"
|
|
},
|
|
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Quest_2/lordnathan",
|
|
desc: "★ ESP mount by lordnathan"
|
|
},
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Quest_2/Arkfall/Quest_2_ESP_Mount_v2_By_Arkfall.stl",
|
|
desc: "ESP mount by Arkfall"
|
|
},
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Quest_2/Prohurtz/Quest_2_ESP_Mounts_By_Prohurtz.stl",
|
|
desc: "ESP mount by Prohurtz"
|
|
},
|
|
],
|
|
link_id: 1
|
|
},
|
|
{
|
|
hmd: "Valve Index",
|
|
parts: [
|
|
""
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Valve_Index/Seaweed",
|
|
desc: "★ High IPD compatible 160 and 120 degree camera and IR emitter mounts by Seaweed"
|
|
},
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Valve_Index/qdot",
|
|
desc: "Camera and IR emitter mount by Qdot"
|
|
},
|
|
{
|
|
url: "https://github.com/rrazgriz/IndexEyeTrackVR/tree/main/hardware",
|
|
desc: "Camera mount by Razgriz"
|
|
},
|
|
{
|
|
url: "https://github.com/MUTEtheCyberwolf/VALVE-INDEX-DEV-Frunk-1.0/tree/main/3D%20Print%20Files%20STL(Ascii)",
|
|
desc: "★ ESP frunk mod by MUTE the Cyberwolf"
|
|
},
|
|
],
|
|
link_id: 2
|
|
},
|
|
{
|
|
hmd: "Samsung Odyssey +",
|
|
parts: [
|
|
"ESP mount: Refer to general ESP Mounts"
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Samsung_Odyssey%2B/Breakdown/Samsung%20Odyssey%2B%20Left%20by%20Breakdown.stl",
|
|
desc: "★ Camera and IR emitter mount by Breakdown"
|
|
}
|
|
],
|
|
link_id: 3
|
|
},
|
|
{
|
|
hmd: "Quest 1",
|
|
parts: [
|
|
"ESP mount : Refer to general ESP Mounts"
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Quest_1/G0LDJAY/Quest_1_Cam_mount_v5_By_G0LDJAY.stl",
|
|
desc: "★ Camera and IR emitter mount by G0LDJAY"
|
|
}
|
|
],
|
|
link_id: 4
|
|
},
|
|
{
|
|
hmd: "Vive Pro 2",
|
|
parts: [
|
|
"ESP mount : Refer to general ESP Mounts"
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/Vive_Pro_2/StormFox",
|
|
desc: "★ Camera and IR emitter mount by StormFox"
|
|
},
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/blob/main/3d_Printed_Mounts/Vive_Pro_2/cat_who_loves_pie/Vive_Pro_2_VROptician_by_cat_who_loves_pie.stl",
|
|
desc: "VROptician camera and IR emitter mount by cat_who_loves_pie"
|
|
}
|
|
],
|
|
link_id: 5
|
|
},
|
|
{
|
|
hmd: "General ESP Mounts",
|
|
parts: [
|
|
""
|
|
],
|
|
hyper_links: [
|
|
{
|
|
url: "https://github.com/RedHawk989/EyeTrackVR-Hardware/tree/main/3d_Printed_Mounts/General_ESP32-CAM_Mounts",
|
|
desc: "★ ESP mount by G0LDJAY for general HMD use (use if there are no specific HMD mounts available)"
|
|
}
|
|
],
|
|
link_id: 6
|
|
}
|
|
]
|
|
}
|
|
|
|
export { printed_parts }
|