ReCap
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=electronic |subcat=3D and CAD/CAM Models |extensions={{ext|rcp}}, {{ext|rcs}} |wikidata={{wikidata|Q30119680}} }} ''ReCap''' (Reality Capture) is a fo...") |
|||
(One intermediate revision by one user not shown) | |||
Line 5: | Line 5: | ||
|wikidata={{wikidata|Q30119680}} | |wikidata={{wikidata|Q30119680}} | ||
}} | }} | ||
− | ''ReCap''' (Reality Capture) is a format used by Autodesk software to store spatially indexed point cloud data. | + | '''ReCap''' (Reality Capture) is a format used by Autodesk software to store spatially indexed point cloud data. |
− | * '''RCS''' files contain the actual data. | + | * '''RCS''' files contain the actual data. Files begin with the hex values "{{magic|41444F4354}}" or in ASCII "ADOCT". |
− | * '''RCP''' files are project files linking to the data in RCS files and containing some metadata. | + | * '''RCP''' files are project files linking to the data in RCS files and containing some metadata. File are in a ZIP/XML container. |
== Links == | == Links == | ||
Line 15: | Line 15: | ||
* [https://forums.autodesk.com/t5/recap-forum/autodesk-recap-file-formats-which-where-amp-how/td-p/5719928 Autodesk ReCap File Formats – Which, Where & How?] | * [https://forums.autodesk.com/t5/recap-forum/autodesk-recap-file-formats-which-where-amp-how/td-p/5719928 Autodesk ReCap File Formats – Which, Where & How?] | ||
+ | [[Category:XML based file formats]] | ||
+ | [[Category:ZIP based file formats]] | ||
[[Category:Autodesk]] | [[Category:Autodesk]] |
Latest revision as of 16:37, 8 September 2020
ReCap (Reality Capture) is a format used by Autodesk software to store spatially indexed point cloud data.
- RCS files contain the actual data. Files begin with the hex values "
41444F4354
" or in ASCII "ADOCT". - RCP files are project files linking to the data in RCS files and containing some metadata. File are in a ZIP/XML container.