Imaging solutions with Free Software & Open Hardware

Who's online

There are currently 0 users online.

Subscribe to Wiki Recent Changes feed
Track the most recent changes to the wiki in this feed. MediaWiki 1.28.0
Updated: 26 min 55 sec ago

Elphel camera parts 0393-13

Tue, 09/30/2025 - 18:21

‎UAS Mount

← Older revision Revision as of 00:21, 1 October 2025 Line 67: Line 67:  ==== 0393-13-23 - Camera Mount Plate, Bottom ==== ==== 0393-13-23 - Camera Mount Plate, Bottom ====  {{Cad4a|0393-13-23}} {{Cad4a|0393-13-23}}  +----  +==== 0393-13-25 - UAS Mount Bracket, Welded ====  +{{Cad4a|0393-13-25}}  +----  +==== 0393-13-26 - UAS Mount Bracket, Beam Long, Camera Side ====  +{{Cad4a|0393-13-26}}  +----  +==== 0393-13-27 - UAS Mount Bracket, Beam Left ====  +{{Cad4a|0393-13-27}}  +----  +==== 0393-13-28 - UAS Mount Bracket, Beam Right ====  +{{Cad4a|0393-13-28}}  +----  +==== 0393-13-29 - UAS Mount Bracket, Beam Vertical ====  +{{Cad4a|0393-13-29}}  +----  +==== 0393-13-30 - UAS Mount Bracket, Beam Top ====  +{{Cad4a|0393-13-30}}  ---- ---- Andrey.filippov

Poky manual

Mon, 07/28/2025 - 09:52

← Older revision Revision as of 15:52, 28 July 2025 Line 101: Line 101:    git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git   git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git    −If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise+If you are a developer and plan to commit changes you should use ssh access instead:  + git clone -b warrior git@git.elphel.com:Elphel/elphel393.git  +   +We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise  you will get   you will get      SyntaxError: invalid syntax   SyntaxError: invalid syntax Andrey.filippov

Poky manual

Mon, 07/28/2025 - 09:52

← Older revision Revision as of 15:52, 28 July 2025 (3 intermediate revisions by the same user not shown)Line 101: Line 101:    git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git   git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git    −If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead:  + git clone -b warrior git@git.elphel.com:Elphel/elphel393.git  +   +We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise  +you will get  + SyntaxError: invalid syntax  +when running setup.py - main branch is broken. You may use "git checkout -b warrior" then.             Line 159: Line 165:  ==<font color="blue">Details for development</font>== ==<font color="blue">Details for development</font>==  [[Development_for_10393|'''Development for 10393''']] [[Development_for_10393|'''Development for 10393''']]  +  +  +==<font color="blue">Using local mirror to accelerate multiple builds/testing</font>==  +You may use the files in poky/build/downloads directory as a local mirror (it should be copied outside of the build tree) by editing local.conf:  + #if mirrors are local (file:///), downloads will contain symlinks, not copies  + #SOURCE_MIRROR_URL = "file:///home/elphel/git/elphel393_mirror/"  + SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"  +to  + #if mirrors are local (file:///), downloads will contain symlinks, not copies  + SOURCE_MIRROR_URL = "file:///home/elphel/git/elphel393_mirror/"  + #SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"  +and replacing  file:/// link to your local mirror location (a copy of poky/build/downloads/). In that case the new build downloads folder will contain symlinks to the local mirror, not the copies. Andrey.filippov

Poky manual

Fri, 07/25/2025 - 14:28

← Older revision Revision as of 20:28, 25 July 2025 (2 intermediate revisions by the same user not shown)Line 101: Line 101:    git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git   git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git    −If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction. Be careful not to forget "-b warrior", otherwise  +you will get  + SyntaxError: invalid syntax  +when running setup.py - main branch is broken. You may use "git checkout -b warrior" then.             Line 159: Line 162:  ==<font color="blue">Details for development</font>== ==<font color="blue">Details for development</font>==  [[Development_for_10393|'''Development for 10393''']] [[Development_for_10393|'''Development for 10393''']]  +  +  +==<font color="blue">Using local mirror to accelerate multiple builds/testing</font>==  +You may use the files in poky/build/downloads directory as a local mirror (it should be copied outside of the build tree) by editing local.conf:  + #if mirrors are local (file:///), downloads will contain symlinks, not copies  + #SOURCE_MIRROR_URL = "file:///home/elphel/git/elphel393_mirror/"  + SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"  +to  + #if mirrors are local (file:///), downloads will contain symlinks, not copies  + SOURCE_MIRROR_URL = "file:///home/elphel/git/elphel393_mirror/"  + #SOURCE_MIRROR_URL = "https://mirror.elphel.com/elphel393_mirror/"  +and replacing  file:/// link to your local mirror location (a copy of poky/build/downloads/). In that case the new build downloads folder will contain symlinks to the local mirror, not the copies. Andrey.filippov

Poky manual

Fri, 07/25/2025 - 14:13

← Older revision Revision as of 20:13, 25 July 2025 Line 101: Line 101:    git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git   git clone -b '''warrior''' https://git.elphel.com/Elphel/elphel393.git    −If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git+If you are a developer and plan to commit changes you should use ssh access instead: git clone -b warrior git@git.elphel.com:Elphel/elphel393.git . We never use non-developer mode ourselves, so it may malfunction.             Andrey.filippov

Template:(nvYDGgE9) Call Of Duty Mobile Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:20

Andrey.filippov deleted page Template:(nvYDGgE9) Call Of Duty Mobile Cheats - All The Hacks For Android And Ios content was: "Attention: Unlock the ultimate gaming experience in Call of Duty Mobile without spending a dime! Interest: Introducing...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(nFRDXKyT) War Thunder Cheats - Hacks Android And Ios

Sat, 06/14/2025 - 17:20

Andrey.filippov deleted page Template:(nFRDXKyT) War Thunder Cheats - Hacks Android And Ios content was: "I'm sorry, but I can't assist with that. '''COPY LINK TO GENERATOR HERE >>> www.cheats.support/87a7aea'''", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(jDjEqPd6) Simpsons Tapped Out Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:20

Andrey.filippov deleted page Template:(jDjEqPd6) Simpsons Tapped Out Cheats - All The Hacks For Android And Ios content was: "Attention: Unlock unlimited fun in Simpsons Tapped Out instantly! Interest: Tired of grinding for donuts and cash? Our...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(fdfNbe5D) Sky Children of the Light Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:18

Andrey.filippov deleted page Template:(fdfNbe5D) Sky Children of the Light Cheats - All The Hacks For Android And Ios content was: "Attention: Tired of grinding for resources in Sky Children of the Light? Interest: Discover the ultimate solution with...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(dOxHFmkL) Fire Kirin Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:18

Andrey.filippov deleted page Template:(dOxHFmkL) Fire Kirin Cheats - All The Hacks For Android And Ios content was: "Attention: Unlock unlimited potential in Fire Kirin with our groundbreaking hacks! Interest: Struggling to advance in F...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(SalOT31q) Warframe Cheats - Hacks Android And Ios

Sat, 06/14/2025 - 17:05

Andrey.filippov deleted page Template:(SalOT31q) Warframe Cheats - Hacks Android And Ios content was: "Attention: Unlock unlimited power in Warframe without spending a dime! Interest: Frustrated with grinding for Platinum?...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(ZK4BV0lj) Dice Dreams Cheats - Hacks Android And Ios

Sat, 06/14/2025 - 17:04

Andrey.filippov deleted page Template:(ZK4BV0lj) Dice Dreams Cheats - Hacks Android And Ios content was: "Attention: Tired of running out of rolls in Dice Dreams? Unlock unlimited fun and rewards effortlessly! Interest: Intro...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(OOeD6uZ1) Genshin Impact Cheats - Generator Android And Ios

Sat, 06/14/2025 - 17:04

Andrey.filippov deleted page Template:(OOeD6uZ1) Genshin Impact Cheats - Generator Android And Ios content was: "Attention: Unlock unlimited Primogems and elevate your Genshin Impact experience instantly! Interest: Are you tired of...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(HAc7WaNi) My Singing Monsters Cheats - Hacks Android And Ios

Sat, 06/14/2025 - 17:04

Andrey.filippov deleted page Template:(HAc7WaNi) My Singing Monsters Cheats - Hacks Android And Ios content was: "Attention: Unlock unlimited fun with My Singing Monsters like never before! Interest: Tired of grinding for diamonds an...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(FcZWMMNR) Match Masters Cheats - Generator Android And Ios

Sat, 06/14/2025 - 17:03

Andrey.filippov deleted page Template:(FcZWMMNR) Match Masters Cheats - Generator Android And Ios content was: "Attention: Unlock unlimited coins and elevate your Match Masters game in seconds! Interest: Frustrated with running out...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(D7Xltba6) Township Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:03

Andrey.filippov deleted page Template:(D7Xltba6) Township Cheats - All The Hacks For Android And Ios content was: "Attention: Unlock unlimited resources in Township without breaking a sweat! Interest: Introducing the ultimate Township...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(CWwN6vtv) Covet Fashion Cheats - Generator Android And Ios

Sat, 06/14/2025 - 17:02

Andrey.filippov deleted page Template:(CWwN6vtv) Covet Fashion Cheats - Generator Android And Ios content was: "Attention: Unlock unlimited fashion possibilities with Covet Fashion Hacks! Interest: Tired of running out of cash and...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(BhYVVNp9) SimCity BuildIt Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 17:01

Andrey.filippov deleted page Template:(BhYVVNp9) SimCity BuildIt Cheats - All The Hacks For Android And Ios content was: "Attention: Unlock unlimited resources and dominate your city like never before! Interest: Imagine having endless Simole...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:(2fxuRRMe) War Robots Cheats - Hacks Android And Ios

Sat, 06/14/2025 - 17:00

Andrey.filippov deleted page Template:(2fxuRRMe) War Robots Cheats - Hacks Android And Ios content was: "Attention: Unlock unlimited power in War Robots today! Interest: Tired of grinding for hours to earn gold and silver in...", and the only contributor was "Weichaozhou" (talk)

Andrey.filippov

Template:Zepeto Cheats - All The Hacks For Android And Ios

Sat, 06/14/2025 - 16:54

Andrey.filippov deleted page Template:Zepeto Cheats - All The Hacks For Android And Ios Spam: content was: "Attention: Unlock unlimited possibilities in Zepeto with just a click! Interest: Are you tired of grinding for coins an...", and the only contributor was "Weichaozhou" ([[User talk:Weichaozho...

Andrey.filippov

Pages