ProjectionProjectorResolution Method  | 
 Get the resolution of the internal projector in the Zivid camera.
 
    Namespace: 
   Zivid.NET.Projection
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic static Resolution ProjectorResolution(
	Camera camera
)
Public Shared Function ProjectorResolution ( 
	camera As Camera
) As Resolution
public:
static Resolution^ ProjectorResolution(
	Camera^ camera
)
Parameters
- camera
 - Type: Zivid.NETCamera
 
Return Value
Type: 
ResolutionThe projector resolution.
See Also