> For the complete documentation index, see [llms.txt](https://stephanosterburg.gitbook.io/scrapbook/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://stephanosterburg.gitbook.io/scrapbook/ideas-thoughts.md).

# Ideas/Thoughts

## Maya API

Here are two videos by Dave Pinkney aka [SBGrover](https://vimeo.com/user21649557). The first one is something which is on my mind for a long time now because it tries to mimc what [Pixar](https://vimeo.com/90687696) and PDI do in their animation tool. The second video relates to my interest in Machine Learning and Neural Network.

{% embed url="<https://vimeo.com/385203582>" %}

{% embed url="<https://vimeo.com/319841229>" %}

## AWS Certified

taking the online courses at [acloud.guru](https://learn.acloud.guru) and getting certified $29/mo

* [AWS Certified Cloud Practitioner 2019](https://acloud.guru/learn/aws-certified-cloud-practitioner)
* [AWS Certified Developer Associate](https://acloud.guru/learn/aws-certified-developer-associate-june-2018)
* [AWS Certified Machine Learning - Speciality](https://learn.acloud.guru/course/aws-certified-machine-learning-specialty/dashboard)

## Uber ATG

#### Photogrammetry Software Tools

* [Commercial Photogrammetry Software](https://all3dp.com/1/best-photogrammetry-software/#section-commercial-photogrammetry-software)
* [Bentley ContextCapture](https://all3dp.com/1/best-photogrammetry-software/#bentley-contextcapture)
* [IMAGINE Photogrammetry](https://all3dp.com/1/best-photogrammetry-software/#imagine-photogrammetry)
* [iWitnessPRO](https://all3dp.com/1/best-photogrammetry-software/#iwitnesspro)
* [DroneDeploy](https://all3dp.com/1/best-photogrammetry-software/#dronedeploy)
* [Pix4D](https://all3dp.com/1/best-photogrammetry-software/#pix4d)
* [Photomodeler](https://all3dp.com/1/best-photogrammetry-software/#photomodeler)
* [Autodesk ReCap](https://all3dp.com/1/best-photogrammetry-software/#autodesk-recap)
* [RealityCapture](https://all3dp.com/1/best-photogrammetry-software/#realitycapture)
* [Agisoft Metashape](https://all3dp.com/1/best-photogrammetry-software/#agisoft-metashape)
* [3DF Zephyr](https://all3dp.com/1/best-photogrammetry-software/#3df-zephyr)
* [Free Photogrammetry Software](https://all3dp.com/1/best-photogrammetry-software/#section-free-photogrammetry-software)
* [COLMAP](https://all3dp.com/1/best-photogrammetry-software/#colmap)
* [Meshroom](https://all3dp.com/1/best-photogrammetry-software/#meshroom)
* [MicMac](https://all3dp.com/1/best-photogrammetry-software/#micmac)
* [Regard3D](https://all3dp.com/1/best-photogrammetry-software/#regard3d)
* [VisualSFM](https://all3dp.com/1/best-photogrammetry-software/#visualsfm)
* [OpenMVG](https://all3dp.com/1/best-photogrammetry-software/#openmvg)
* [Photogrammetry FAQ](https://all3dp.com/1/best-photogrammetry-software/#section-photogrammetry-faq)

Also found [Azure Kinect](https://www.linkedin.com/posts/tks-yoshinaga_kinect-azurekinect-oculusquest-activity-6557177392933240832-rTSF) &#x20;


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://stephanosterburg.gitbook.io/scrapbook/ideas-thoughts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
