Click here to show toolbars of the Web Online Help System: show toolbars |
MIL_TEXT_PTR MemPtrOrFileName, | //in-out |
MIL_ID SysId, | //in |
MIL_INT64 Operation, | //in |
MIL_INT64 StreamType, | //in |
MIL_DOUBLE Version, | //in |
MIL_INT64 ControlFlag, | //in |
MIL_ID *ContextCalIdPtr, | //in-out |
MIL_INT *SizeByteVarPtr | //out |
This function can load, restore, or save a camera calibration context from/to a file or memory stream.
To inquire the number of bytes necessary to save a camera calibration context to memory stream, you should first call this function (McalStream()) with M_INQUIRE_SIZE_BYTE.
The content saved to memory stream is equivalent to the content saved to file. In addition, any file saved using this function is equivalent to a file saved with McalSave().
You can use this and other MIL stream functions, for example, to save all required MIL objects, as well as any other custom data, for your application to a memory stream. Once in a memory stream, you can write the stream to a single file or transfer it over a network. You are responsible for concatenating the streams and for saving the stream to file.
Using McalStream(), you can choose to save a backwards-compatible version of the camera calibration context, which will work using a version of MIL that is up to one major release older than the current version (depending on which version is specified). For example, if you allocate a camera calibration context using MIL 10.0 and save it to version 9.0, you can restore this object on a computer where MIL 9.0 is installed. However, all settings and features unique to the higher version will be ignored when restored using the lower version. Besides saving backwards-compatible versions, you can also load or restore camera calibration contexts saved using MIL version 7.0 or above. Settings that do not exist in the lower version will be filled with default values when the camera calibration context is loaded or restored.
Specifies the file or memory stream.
See the Parameter associations section for possible values that can be returned/specified.
Specifies the system on which to restore the camera calibration context.
See the Parameter associations section for possible values that can be specified.
Specifies the operation to perform on the camera calibration context.
See the Parameter associations section for possible values that can be specified.
Specifies the MIL version of the camera calibration context.
See the Parameter associations section for possible values that can be specified.
Specifies the address of the variable in which to write or from which to read the identifier of the camera calibration context.
See the Parameter associations section for possible values that can be returned/specified.
The table below lists possible values for the MemPtrOrFileName, SysId, Operation, Version, and ContextCalIdPtr parameters.
![]() |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Description | ||||||||||||||||||||||||||||||||||||||
MemPtrOrFileName - Possible values passed or returned |
|||||||||||||||||||||||||||||||||||||||
SysId | |||||||||||||||||||||||||||||||||||||||
Version | |||||||||||||||||||||||||||||||||||||||
ContextCalIdPtr - Possible values passed or returned |
|||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Inquires the number of bytes required to save a camera calibration context to memory stream. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_NULL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_NULL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the MIL version with which the camera calibration context must be compatible when saved. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the current version of MIL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 9.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 9.0 Processing Pack 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 9.0 Processing Pack 2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 10.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 10.0 Processing Pack 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 10.0 Processing Pack 2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the variable containing the identifier of the camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Loads the content of a specified file or memory stream into a previously allocated camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the file or memory stream from which to load the context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
[This is
only applicable to Windows]
Opens a dialog box from which you can interactively specify the drive, directory, and name of the file, when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the drive, directory, and name of the file (for example, "C:\mydirectory\myfile"), when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the block of memory, when the StreamType parameter is set to M_MEMORY. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_NULL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_DEFAULT. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the variable containing the identifier of the camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Restores a camera calibration context from a file or memory stream and assigns it a MIL identifier. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the file or memory stream from which to restore the context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
[This is
only applicable to Windows]
Opens a dialog box from which you can interactively specify the drive, directory, and name of the file, when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the drive, directory, and name of the file (for example, "C:\mydirectory\myfile"), when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the block of memory, when the StreamType parameter is set to M_MEMORY. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the system on which to allocate the camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the default Host system of the current MIL application. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies a valid system identifier, previously allocated using MsysAlloc(). |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_DEFAULT. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the variable in which to write the identifier of the camera calibration context. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Saves a camera calibration context to a specified file or memory stream. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the file or memory stream. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
[This is
only applicable to Windows]
Opens a dialog box from which you can interactively specify the drive, directory, and name of the file, when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the drive, directory, and name of the file (for example, "C:\mydirectory\myfile"), when the StreamType parameter is set to M_FILE. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the block of memory, when the StreamType parameter is set to M_MEMORY. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
This parameter must be set to M_NULL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the MIL version with which the camera calibration context must be compatible when saved. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the current version of MIL. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the version as being MIL 9.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the version as being MIL 9.0 Processing Pack 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the version as being MIL 9.0 Processing Pack 2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the version as being MIL 10.0. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Sets the version as being MIL 10.0 Processing Pack 1. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the version as being MIL 10.0 Processing Pack 2. |
||||||||||||||||||||||||||||||||||||||
![]() ![]() |
Specifies the address of the variable containing the identifier of the camera calibration context to save. |
1 If you are passing the value in a variable, don't enclose it in MIL_TEXT().
Header | Include mil.h. |
Library | Use mil.lib; milcal.lib. |
DLL | Requires mil.dll; milcal.dll. |