please explain the following in your(erel) camera example
Sub Camera1_Ready (Success As Boolean)
If Success Then
camera1.StartPreview
btnTakePicture.Enabled = True
Else
ToastMessageShow("Cannot open camera.", True)
End If
End Sub
where is this sub called from and is success a keyword and
whats camera_1 ready ???????
i am just a beginner at this and i dont understand where you get
a sub parameter from or the ready part of the sub . where can i find them referenced or written down.