FunctionCameraCapture({
onCapture,
captureIntervalMs = null,
singleShot = false,
isLiveMode = false,
facesData = [],
})
frontend/app/components/CameraCapture.tsx:19
FunctionInputField({ name, value, onChange, icon: Icon, label, placeholder, type = "text" })
frontend/app/student/registrationform/page.tsx:317
FunctionSelectField({ name, value, onChange, icon: Icon, label, options, placeholder, prefix })
frontend/app/student/registrationform/page.tsx:350