Difference between revisions of "Main Page"

From apertus wiki
Jump to: navigation, search
(25 intermediate revisions by 2 users not shown)
Line 125: Line 125:
<div class="useful-links">[[Index]]</div>
<div class="useful-links">[[Index]]</div>


<div class="camera-overview">
<!-- OpenCine column-->
  <div class="camera-column">
      <div class="column-header">OpenCine</div>
      <div class="camera-image-container">[[File:OCBackup.png | link=OpenCine]]</div>
        <div class="camera-links">
[[OpenCine]] - Free RAW Processing suite in development.
        </div>
      </div>


<!-- Beta column -->
<div class="camera-column">
      <div class="column-header">Beta</div>
      <div class="camera-image-container">[[File:10.2017.Render Front.png | link=AXIOM Beta]]</div>
        <div class="camera-links">
[[AXIOM Beta]]


        </div>
      </div>


<!-- Remote column -->
For over ten years our worldwide community has been developing a variety of powerful and affordable tools designed to give users absolute and unparalleled control over their creative processes. All projects are made free (in terms of liberty) around open source software and open hardware licenses with any and all related knowledge being made publicly available.  
<div class="camera-column">
      <div class="column-header">AXIOM Remote</div>
      <div class="camera-image-container">[[File:2018_July_Axiom_Remote_V3_wm.jpg  | link=AXIOM Remote]]</div>
        <div class="camera-links">
[[AXIOM Remote]]
        </div>
      </div>
</div>


To find out more about how this Association functions please see its [https://www.apertus.org/mission-statement Mission Statement].


<!-- Project links -->
If you can't find what you're looking for, if you'd like to help the project or if we can help you with custom requirements please [https://www.apertus.org/contact contact] us.
<div class="link-overview">
====Projects====
    <div class="flex-column left-column">
      <div class="link-column">
        <div class="links-column-header">Software</div>


[[AXIOM WebRemote]] - Web-based GUI for AXIOM.
{| class="wikitable" style="width: 100%;"
|-
| style="width: 100%"| [[AXIOM Beta]] - Camera (in development, Developer Kit available)
|}


      </div>
{| class="wikitable" style="width: 100%;"
      <div class="link-column">
|-
        <div class="links-column-header">Digital Image Research</div>
| style="width: 100%"| [[AXIOM Remote]] - Control device for AXIOM Beta (in development)
|}


[[Data and Colour]]
{| class="wikitable" style="width: 100%;"
        </div>
|-
      <div class="link-column">
| style="width: 100%"| [[AXIOM Micro]] - Low-end camera development platform (in development)
        <div class="links-column-header">Notes</div>
|}


[[Notes]]
{| class="wikitable" style="width: 100%;"
|-
| style="width: 100%"| [[OpenCine]] - Free RAW video processing suite (in development)
|}


      </div>
{| class="wikitable" style="width: 100%;"
      <div class="link-column">
|-
        </div>
| style="width: 100%"| [[Elmyra]] - Experimental Blender-based rapid iterative visualization system.
            </div>
|}


[[File:ABPCang02_ABDK_ABCP_angles_Reduced.jpg  | 1150px |]]


====Misc====


 
{| class="wikitable" style="width: 100%;"
 
|-
    <div class="flex-column right-column">
| style="width: 50%"| '''Hardware'''
      <div class="link-column">
| style="width: 50%"| '''Community'''
        <div class="links-column-header">Hardware</div>
|-
 
| style="width: 50%"| [https://wiki.apertus.org/index.php/Hardware/Misc Misc Hardware]
[https://wiki.apertus.org/index.php/Hardware/Misc Misc]
| style="width: 50%"| [https://wiki.apertus.org/index.php/Social Socials]
      </div>
|-
<div class="link-column">
| style="width: 50%"| [[Evaluation]]
        <div class="links-column-header">Hardware Research</div>
| style="width: 50%"| [[How to Contribute]]
[[Image Sensor Table]]
|-
 
| style="width: 50%"| [[Lens Mounts]]
[[Lens Mounts]]
| style="width: 50%"| [[IRC Meeting Notes]]
 
|-
[[Zynq Development Boards]]
| style="width: 50%"| [[Assembly Notes]]
 
| style="width: 50%"| [[Legacy]]
[[Teardowns]] - Reverse engineering.
|-
 
| style="width: 50%"| [https://wiki.apertus.org/index.php/Zynq_Development_Boards Zynq Boards]
[[Assembly Notes]] - On assembly and manufacturing equipment.
| style="width: 50%"| [[Resources]]
 
|-
[[Evaluation]] - Our notes and experience evaluating hardware options related to manufacture and research.
| style="width: 50%"| [[Teardowns]]
      </div>
| style="width: 50%"| [[Promotional Materials]]
    </div>
|-
</div>
| style="width: 50%"|
 
| style="width: 50%"| [[Misc Documentation]]
 
|}
<div class="link-overview">
  <div class="flex-column left-column">
      <div class="link-column">
        <div class="links-column-header">Community</div>
 
[https://wiki.apertus.org/index.php/Social apertus°] - Social platforms.
 
[[How to Contribute]]
 
[[IRC Meeting Notes]] - Team meeting minutes.
 
      </div>
      <div class="link-column">
        <div class="links-column-header">Resources</div>
 
[[Resources]]
      </div>
</div>
 
 
    <div class="flex-column right-column">
      <div class="link-column">
        <div class="links-column-header">Portfolio</div>
[[Video Archive]]
 
[[Promotional Materials]]
 
[[AXIOM Beta/Case Studies]]
 
</div>
<div class="link-column">
<div class="links-column-header">Legacy</div>
 
[[Legacy]] - Historic but project related.
 
[[Misc Documentation]]
        </div>
    </div>
</div>

Revision as of 16:56, 21 March 2020

<css> .apertus-header {

   width: 100%;
   margin: 1em 0 1em 0;
   background: #ebebeb;
   /* border: 1px solid #ddd; */
   justify-content: center;
   display: flex;

}

.useful-links {

   margin: 0 auto;
   background: #ebebeb;
   font-size: 1.3em;
   font-weight: bold;
   text-align: center;
   padding: 0.5em;
   width: 100%;

}

.camera-overview {

   display: flex;
   width: 100%;
   margin-top: 1em;
   margin-bottom: 1em;
   background: #f8f8f8;
   /* flex-wrap: wrap; */
   flex-direction: row;
   font-size: 1.2em;

}

.camera-column {

   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-basis: 0;
   border: 1px solid #ddd;
   /* height: 70vh; */

}

.column-header {

   margin: 0;
   background: #ebebeb;
   font-size: 1.4em;
   height: 2.5em;
   font-weight: bold;
   line-height: 2.5em;
   outline: 1px solid #ddd;
   text-align: center;
   color: #474747;
   /* padding: 0.2em 0.4em; */
   /* flex: 0 0 calc(100% / 3); */

}

.links-column-header {

   margin: 0;
   background: #ebebeb;
   font-size: 1.2em;
   height: 2em;
   font-weight: bold;
   line-height: 2em;
   outline: 1px solid #ddd;
   color: #474747;
   box-sizing: border-box;
   padding-left: 0.5em;
   margin-bottom: 1em;
}

.camera-image-container {

   /*flex: 0 0 calc(100% / 3);*/
   /* width: 33%; */
   border-bottom: 1px solid #ddd;
   box-sizing: border-box;
   width: 100%;
   padding: 0.5em;
   height: 12em;
   display: flex;
   align-items: center;
   justify-content: center;

}

.camera-links {

   box-sizing: border-box;
   padding: 1em;

}

.camera-image-container img {

   max-height: 11em;
   width: auto;

}

.link-overview {

   display: flex;
   flex-direction: row;
   width: 100%;
   font-size: 1.1em;

}

.flex-column {

   border: 1px solid #ddd;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   background: #f8f8f8;

}

.left-column {

   flex-basis: 55%;
   margin-right: 0.5em;

}

.right-column {

   flex-basis: 45%;
   margin-left: 0.5em;

}

.link-column {

   box-sizing: border-box;
   padding: 0.5em;

} </css>

Apertus-Logo



For over ten years our worldwide community has been developing a variety of powerful and affordable tools designed to give users absolute and unparalleled control over their creative processes. All projects are made free (in terms of liberty) around open source software and open hardware licenses with any and all related knowledge being made publicly available.

To find out more about how this Association functions please see its Mission Statement.

If you can't find what you're looking for, if you'd like to help the project or if we can help you with custom requirements please contact us.

1 Projects

AXIOM Beta - Camera (in development, Developer Kit available)
AXIOM Remote - Control device for AXIOM Beta (in development)
AXIOM Micro - Low-end camera development platform (in development)
OpenCine - Free RAW video processing suite (in development)
Elmyra - Experimental Blender-based rapid iterative visualization system.

ABPCang02 ABDK ABCP angles Reduced.jpg

2 Misc

Hardware Community
Misc Hardware Socials
Evaluation How to Contribute
Lens Mounts IRC Meeting Notes
Assembly Notes Legacy
Zynq Boards Resources
Teardowns Promotional Materials
Misc Documentation