<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://communities.bentley.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>Nemo Mai's Activities</title><link>https://communities.bentley.com/members/3e60b365_2d00_af5b_2d00_416a_2d00_b036_2d00_edcd0ef5d008</link><description>Nemo Mai's recent activity</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>How to use the SDK to create an orthophoto</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/189780/how-to-use-the-sdk-to-create-an-orthophoto</link><pubDate>Tue, 10 Dec 2019 17:24:05 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:b26267fe-1124-47b9-8860-eb2c3119d74d</guid><dc:creator>JinYu Xu</dc:creator><description>&lt;p&gt;&lt;span&gt;In the SDK sample, only creating a 3D mesh, how to generate an orthophoto&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I used the following code, but it was not successful&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="python"&gt;# --------------------------------------------------------------------
    # Production
    # --------------------------------------------------------------------
    production = ccmasterkernel.Production(reconstruction)
    
    production.addProductionJob( ccmasterkernel.TileProductionJob(production, reconstruction.getInternalTile(0)) )
    reconstruction.addProduction(production)

    production.setDriverName(&amp;#39;Orthophoto/DSM&amp;#39;)
    production.setDestination( os.path.join(project.getProductionsDirPath(), production.getName()) )

    driverOptions = production.getDriverOptions()
    driverOptions.writeXML( os.path.join(project.getProductionsDirPath(), &amp;quot;options.xml&amp;quot;) )

    production.setDriverOptions(driverOptions)

    print(&amp;#39;Production item created.&amp;#39;)

    productionSubmitError = production.submitProcessing()&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Switch ContextCapture Engine to a different queue in batch mode</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/191859/switch-contextcapture-engine-to-a-different-queue-in-batch-mode</link><pubDate>Fri, 31 Jan 2020 23:12:49 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:107b0f2c-27e8-4978-b14e-5bccb8f68b32</guid><dc:creator>Nemo Mai</dc:creator><description>&lt;p&gt;Normally,&amp;nbsp; to switch the Engine to a new distributed queue, we run the ContextCapture Center Settings, Configuration Tab, and select the new shared folder.&lt;/p&gt;
&lt;p&gt;Is there a way to do this programmatically (batch) mode?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;For example, we have a configuration as follow:&lt;/p&gt;
&lt;p&gt;Computer A, Computer B, Computer C running on share \\myserver\shareLetters&lt;/p&gt;
&lt;p&gt;Computer 1, Computer 2, Computer 3 running on share \\myserver\shareNumbers&lt;/p&gt;
&lt;p&gt;But due to some jobs with high priority, we want to change the configuration to:&lt;/p&gt;
&lt;p&gt;Computer A, Computer B, Computer C, Computer 2, Computer 3 running on share \\myserver\shareLetters&lt;/p&gt;
&lt;p&gt;Computer 1 running on share \\myserver\shareNumbers&lt;/p&gt;
&lt;p&gt;We can write scripts to stop and restart the engines, but do not know how to instruct the engines to pick up a new job queue.&amp;nbsp; There are a large number of machines, and due to the randomness of priorities, having to manually run CC Center Settings on each computer every time will not be very convenient&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Exif tags read by ContextCapture</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/165162/exif-tags-read-by-contextcapture</link><pubDate>Thu, 23 Aug 2018 21:48:45 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:88565d15-550b-441e-bb26-729913877496</guid><dc:creator>Nemo Mai</dc:creator><description>&lt;p&gt;Is there a list of Exif/XMP tags and data format that will be read by ContextCapture?&amp;nbsp; Our images were prepared for another AT package which have the following tags:&lt;/p&gt;
&lt;p&gt;---- XMP ----&lt;br /&gt;Yaw&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -138.939148&lt;br /&gt;Pitch&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 28.712879&lt;br /&gt;Roll&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 114.609886&lt;br /&gt;Principal Point&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 7.187369, 5.258276&lt;br /&gt;Perspective Focal Length&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 16.252817&lt;br /&gt;Perspective Distortion&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : -0.057392, 0.258084, -0.071290, 0.000000, 0.000000&lt;br /&gt;Model Type&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : perspective&lt;br /&gt;---- Composite ----&lt;br /&gt;GPS Altitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 13.6 m Above Sea Level&lt;br /&gt;GPS Latitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 28 deg 47&amp;#39; 36.17&amp;quot; N&lt;br /&gt;GPS Longitude&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 96 deg 3&amp;#39; 4.94&amp;quot; W&lt;br /&gt;GPS Position&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 28 deg 47&amp;#39; 36.17&amp;quot; N, 96 deg 3&amp;#39; 4.94&amp;quot; W&lt;br /&gt;Image Size&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 4104x3000&lt;br /&gt;Scale Factor To 35 mm Equivalent: 2.5&lt;br /&gt;Focal Length&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 16.3 mm (35 mm equivalent: 40.1 mm)&lt;/p&gt;
&lt;p&gt;...&lt;/p&gt;
&lt;p&gt;Following is the Exif Section in the block export:&lt;/p&gt;
&lt;p&gt;-&amp;lt;ExifData&amp;gt;&lt;br /&gt;&amp;nbsp;-&amp;lt;ImageDimensions&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Width&amp;gt;4104&amp;lt;/Width&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Height&amp;gt;3000&amp;lt;/Height&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/ImageDimensions&amp;gt;&lt;br /&gt;&amp;nbsp;-&amp;lt;GPS&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Latitude&amp;gt;28.7933813096719&amp;lt;/Latitude&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Longitude&amp;gt;-96.0513716180625&amp;lt;/Longitude&amp;gt;&lt;br /&gt;&amp;nbsp; &amp;lt;Altitude&amp;gt;13.6049994848116&amp;lt;/Altitude&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;/GPS&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;FocalLength&amp;gt;16.2528168257041&amp;lt;/FocalLength&amp;gt;&lt;br /&gt;&amp;nbsp;&amp;lt;YawPitchRoll&amp;gt;-138.939 28.7129 114.61 &amp;lt;/YawPitchRoll&amp;gt;&lt;br /&gt;&amp;lt;/ExifData&amp;gt;&lt;/p&gt;
&lt;p&gt;So apparently, CC reads some of the tags but not all.&amp;nbsp; Just wonder what should be the name and data format for &amp;quot;Principal Point&amp;quot;, &amp;quot;Perspective Distortion&amp;quot; (K1, K2, K3), ...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>Ask A Question I</title><link>https://communities.bentley.com/achievements/460ac7df-7ccc-4c42-a204-9e05eef3be09</link><pubDate>Thu, 23 Aug 2018 10:54:04 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:52fc8577-fef3-4e1a-9bd5-e6c6a4984387</guid><dc:creator /><description>Ask a question in a forum.</description></item><item><title>Where can I find a list of string constants for SRS?</title><link>https://communities.bentley.com/products/3d_imaging_and_point_cloud_software/f/contextcapture-descartes-pointools-forum/165160/where-can-i-find-a-list-of-string-constants-for-srs</link><pubDate>Thu, 23 Aug 2018 21:00:35 GMT</pubDate><guid isPermaLink="false">6dad98f5-dbc9-4c4d-a9ba-e9da8dc6aa8e:c8a5f7f0-f3b2-428b-8ead-219f56ab50b9</guid><dc:creator>Nemo Mai</dc:creator><description>&lt;p&gt;We process our data using the SDK and need to export the block result in different format. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;outSrs = ccmasterkernel.SRS(outputSRS)&lt;/p&gt;
&lt;p&gt;Where can we find a list of supported formats such as &amp;#39;WGS84&amp;#39;, &amp;#39;EPSG:4978&amp;#39;, &amp;hellip;&lt;/p&gt;
&lt;p&gt;Thanks.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>