I am testing the new Frame Camera raster type in 10.3.
I have hundreds of image frames which I would like to add into the mosaic dataset.
I followed the steps in Aerial imagery raster types—Help | ArcGIS for Desktop to add Frame Camera raster type to a mosaic dataset.
I have all the required parameters, except for the affine transformation.
Cameras table:
| OBJECTID | CAMERAID | FOCALLENGTH | PRINCIPALX | PRINCIPALY |
| 1 | [0] | 35105.3 | -228.7 | -173.1 |
Frames table:
| OBJECTID | CAMERAID | RASTER | NAME | PERSPECTIVEX | PERSPECTIVEY | PERSPECTIVEZ | OMEGA | PHI | KAPPA |
| 1 | [0] | E:\Camera\v02\13927.jpg | 13927 | 831777.825 | 479666.288 | 58.592 | -2.117 | 5.331 | 85.967 |
| 2 | [0] | E:\Camera\v02\13928.jpg | 13928 | 837640.434 | 488811.201 | 417.767 | -2.285 | -0.431 | 91.297 |
| 3 | [0] | E:\Camera\v02\13929.jpg | 13929 | 837681.671 | 489019.06 | 428.51 | -0.289 | 1.433 | 88.995 |
This is the error message.
Messages
Executing: AddRastersToMosaicDataset E:\Camera\Mosaic.gdb\v02 "Frame Camera @ E:\Camera\Mosaic.gdb\v02\RasterType.OBJECTID=1" E:\Camera\Frame2.csv UPDATE_CELL_SIZES UPDATE_BOUNDARY NO_OVERVIEWS # 0 1500 # # SUBFOLDERS ALLOW_DUPLICATES NO_PYRAMIDS NO_STATISTICS NO_THUMBNAILS # NO_FORCE_SPATIAL_REFERENCE
Start Time: Fri Apr 10 18:16:51 2015
2015-04-10T18:16:56.695: Loading raster datasets
2015-04-10T18:16:58.974: Completed crawling 145 data source items. Added 145 mosaic dataset items.
2015-04-10T18:16:58.980: Synchronizing crawled data source items
2015-04-10T18:16:59.058: Synchronizing items associated with raster type instance 'Frame Camera' [ID: 1].
2015-04-10T18:16:59.082: Distributing mosaic dataset operation across 4 parallel instances on the specified host: [RS020].
2015-04-10T18:17:06.587: Error: 8004206c: Failures reported while processing specified command item. [101]
2015-04-10T18:17:06.591: Error: 80042019: Chained Error ID: 0X80042019
2015-04-10T18:17:06.594: Error: 80042019: Could not build mosaic dataset item. [ID: 101, URI: 'E:\Camera\Frame2.csv|101']
2015-04-10T18:17:06.597: Error: 80042086: The image-to-film affine transformation parameters in the FRAMES table is either missing or invalid.
2015-04-10T18:17:06.602: Error: 8004206c: Failures reported while processing specified command item. [102]
2015-04-10T18:17:06.607: Error: 80042019: Chained Error ID: 0X80042019
2015-04-10T18:17:06.610: Error: 80042019: Could not build mosaic dataset item. [ID: 102, URI: 'E:\Camera\Frame2.csv|102']
2015-04-10T18:17:06.614: Error: 80042086: The image-to-film affine transformation parameters in the FRAMES table is either missing or invalid.
How can I get the tool to ignore the affine transformation and just use the orientation parameters?