Camera objects
Read-only name for the camera that is specified in the CameraType property.
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. |
![]() |