• [ccmasterkernel SDK] cancel all jobs

    How to cancel all jobs? The SDK example jobqueue_monitor_sample.py doesn't seem to work as it doesn't list ignored task which is stuck. Tried to create job canceller from sample but it doesn't work either. import sys import os import time import…
  • photogroups.getPhotogroup(0).cameraModelBand : how to set camera model band manually in the scripts?

    I found that the default value of "photogroups.getPhotogroup(0).cameraModelBand" is 'CameraModelBand_thermal' in a demo I used, and if I try to set it to " CameraModelBand_visible, and there will be error message: ********************************* photogroups…
  • texture is grayed: model created by CCC SDK sample scripts automaster.py

    Hello, I use CCC SDK sample scripts automaster.py to create a model, but I found that the generated model's texture is grayed, and I find the photogroup attribute "camera model band" is thermal by default, but it should be Visible. And I guess the gray…
  • Calculating Rotation Matrix from Yaw/Pitch/Roll (CC SDK)

    I have a use case where I need to update the metadata for each photo from a data file that has more accurate position and yaw/pitch/roll data than what is contained in each photo's exifdata. Through the SDK, I am able to modify each photo's PoseMetadata…
  • SIG Virtual Workshop: Reality Modeling for North America - Automate and Enhance Your ContextCapture Workflow

    Reality Modeling Special Interest Group for North America: Automate and Enhance Your ContextCapture Workflow Host: Casey Bentley, Application Engineer - Reality Modeling, Bentley Systems, Inc. Date/Time: 02 April 2020 at 02:00 P.M. EDT Register…
  • SIG Virtual Workshop: Reality Modeling for EMEA - Automate and Enhance Your ContextCapture Workflow

    Reality Modeling Special Interest Group for EMEA: Automate and Enhance Your ContextCapture Workflow Host: Faraz Ravi, Director, Reality Modeling Technical OEM Partnerships, Bentley Systems, Inc. Date/Time: 07 April 2020 at 09:00 A.M. CEST Register Now…
  • How to use the SDK to create an orthophoto

    In the SDK sample, only creating a 3D mesh, how to generate an orthophoto I used the following code, but it was not successful # -------------------------------------------------------------------- # Production # -----------------------…
  • About ContextCapture Center Python SDK

    Hi everyone, I want to know method to set SRS in "Production" Class, In ContextCapture API document, i don't find how to set SRS in "Production " Class,this SRS parameter default ENU. in the "Reconstruction" Class,there is a way to set SRS(the API…
  • how dose python api "mergeBlocks((BlockVec)blocks)" work?

    i'm using python script to import many blocks, and merge them. but i cant use mergeBlocks correctly. How to initialize "BlockVec" struct?do you have any example?
  • Where can I find a list of string constants for SRS?

    We process our data using the SDK and need to export the block result in different format. outSrs = ccmasterkernel.SRS(outputSRS) Where can we find a list of supported formats such as 'WGS84', 'EPSG:4978', … Thanks.