mirror of
https://github.com/EyeTrackVR/EyeTrackVR-Docs.git
synced 2025-09-26 23:09:15 +08:00
docs: adjust page order
This commit is contained in:
parent
621100e8f6
commit
9753e4231d
@ -46,20 +46,20 @@ const theme = {
|
||||
text: "How to Build",
|
||||
collapsible: true,
|
||||
items: [
|
||||
{ text: "Full Build Guide", link: "/how_to_build/full_build" },
|
||||
{ text: "Part List", link: "/how_to_build/parts_list" },
|
||||
{
|
||||
text: "How to Create your own Camera Mount",
|
||||
link: "/how_to_build/creating_your_own_mount",
|
||||
text: "Protecting Cameras",
|
||||
link: "/how_to_build/protecting_cameras"
|
||||
},
|
||||
{
|
||||
text: "Preparing XIAO Sense ESP32",
|
||||
link: "/how_to_build/preparing_xiao"
|
||||
},
|
||||
{
|
||||
text: "Protecting Cameras",
|
||||
link: "/how_to_build/protecting_cameras"
|
||||
},
|
||||
text: "How to Create your own Camera Mount",
|
||||
link: "/how_to_build/creating_your_own_mount",
|
||||
},
|
||||
{ text: "Full Build Guide", link: "/how_to_build/full_build" },
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -13,7 +13,9 @@ The ribbon cables that these cameras use are notoriously prone to damage renderi
|
||||
|
||||
By wrapping them in tape such as electrical tape and following best practices covered in the guide, you can significantly reduce the risk of killing a camera.
|
||||
|
||||
## Wraping the Camera Ribbon
|
||||
It is recommended to do this before building your setup so you are less likely to kill a camera in the process of building a setup.
|
||||
|
||||
## Wrapping the Camera Ribbon
|
||||
First get a roll of electrical tape to wrap the camera ribbon.
|
||||
It does not strictly need to be electrical tape, but that is what I have found to work good, (and look good too).
|
||||
|
||||
@ -67,11 +69,11 @@ Fold over the other side.
|
||||
And you are done!
|
||||
<ImageCard :options="image_settings.camera_protect22" />
|
||||
|
||||
## Best Practices When Handling Cameras Ribbons
|
||||
* Do not pull on them, this is the #1 cause of torn ribbons
|
||||
* Do not fold tightly or bend at < 45 deg angles if possible
|
||||
* Do not expose them to sharp objects or crevices
|
||||
* The less wear they go through while handling or putting on/off a headset the better
|
||||
## Best Practices When Handling Cameras
|
||||
* Do not pull or jerk on the ribbon
|
||||
* Do not fold tightly or bend the ribbon cable sharper than ~45 degrees if possible
|
||||
* Do not expose to sharp objects or crevices
|
||||
* The less wear while handling or putting on/off a headset the better
|
||||
|
||||
|
||||
## Conclusion
|
||||
|
Loading…
Reference in New Issue
Block a user