- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all
I am doing a program on java and I am using the documentation. To take a photo it gives sample code as bellow
class MyHandler impements PXCMPlatformCameraControl.Handler {
public void OnPlatformCameraSample(PXCMCapture.Sample sample) {
}
public void OnPlatformCameraError() {
}
};
// pcc is a PXCMPlatformCameraControl interface
// Retrieve the photo configuration
PXCMCapture.Device.StreamProfile profile=new PXCMCapture.Device.StreamProfile();
pcc.EnumPhotoProfile(0, profile);
// Take a photo
MyHandler handler=new MyHandler();
pcc.TakePhoto(profile, hanlder);
I cannot find PXCMPlatformCameraControl class in the libpxcclr.java.jar file.
Is anyone come across this issue.
Kind Regards
Kasun
Link Copied
0 Replies

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page