docs: adjust page order

This commit is contained in:
Prohurtz 2024-03-19 14:21:44 -07:00
parent 621100e8f6
commit 9753e4231d
2 changed files with 16 additions and 14 deletions

View File

@ -46,20 +46,20 @@ const theme = {
text: "How to Build", text: "How to Build",
collapsible: true, collapsible: true,
items: [ items: [
{ text: "Full Build Guide", link: "/how_to_build/full_build" },
{ text: "Part List", link: "/how_to_build/parts_list" }, { text: "Part List", link: "/how_to_build/parts_list" },
{ {
text: "How to Create your own Camera Mount", text: "Protecting Cameras",
link: "/how_to_build/creating_your_own_mount", link: "/how_to_build/protecting_cameras"
}, },
{ {
text: "Preparing XIAO Sense ESP32", text: "Preparing XIAO Sense ESP32",
link: "/how_to_build/preparing_xiao" link: "/how_to_build/preparing_xiao"
}, },
{ {
text: "Protecting Cameras", text: "How to Create your own Camera Mount",
link: "/how_to_build/protecting_cameras" link: "/how_to_build/creating_your_own_mount",
}, },
{ text: "Full Build Guide", link: "/how_to_build/full_build" },
], ],
}, },
{ {

View File

@ -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. 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. 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). 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! And you are done!
<ImageCard :options="image_settings.camera_protect22" /> <ImageCard :options="image_settings.camera_protect22" />
## Best Practices When Handling Cameras Ribbons ## Best Practices When Handling Cameras
* Do not pull on them, this is the #1 cause of torn ribbons * Do not pull or jerk on the ribbon
* Do not fold tightly or bend at < 45 deg angles if possible * Do not fold tightly or bend the ribbon cable sharper than ~45 degrees if possible
* Do not expose them to sharp objects or crevices * Do not expose to sharp objects or crevices
* The less wear they go through while handling or putting on/off a headset the better * The less wear while handling or putting on/off a headset the better
## Conclusion ## Conclusion