CallState  CameraType

Chapter 3: Property Descriptions and Usage

CameraName

Applies to

Camera objects

Description

Read-only name for the camera that is specified in the CameraType property.

Usage


In scripts

The CameraName property is a string that corresponds to the type of camera specified before you call the Open function. For example, given these statements, the sle_name text box will contain the string “HP Photosmart”:

cam_1.CameraType=71 //specifier for HP Photosmart

cam_1.Port="SIO1:"

cam_1.Open(w_myphoto_main)
sle_name.text = cam_1.CameraName





Copyright © 2004. Sybase Inc. All rights reserved. CameraType

View this book as PDF