MCPcopy Create free account

hub / github.com/cmauri/eviacam / functions

Functions1,046 in github.com/cmauri/eviacam

↓ 1 callersMethodUnregisterChildROI
creavision/crvnormroi.cpp:534
↓ 1 callersMethodUnregisterControl
wxcamwindow/camwindow.cpp:337
↓ 1 callersFunctionVfwCamFpsWorkaround
Workround to enable capture at 30fps for some camera models Should be called with administrative rights Return 0 if ok, -1 if permission denied
creavision/crvcamera_cv.cpp:38
↓ 1 callersMethodWriteAppData
wxutil/configbase.cpp:25
↓ 1 callersMethodWriteLanguage
wxutil/configmanager.cpp:67
↓ 1 callersMethodWriteProfileData
src/dwellclick.cpp:57
↓ 1 callersFunctionbgr2yuyv
creavision/colorspaces.cpp:1188
↓ 1 callersFunctionc_get_control
* Returns the value of a device control. * * @param hDevice a device handle obtained from c_open_device() * @param control_id the ID of the contro
creavision/libwebcam/libwebcam.c:997
↓ 1 callersFunctionc_get_device_info
* Returns information about a given camera device. * * The function returns information about a device specified using a device handle * obtained f
creavision/libwebcam/libwebcam.c:312
↓ 1 callersFunctionc_get_error_text
* Returns the error message associated with a given error code. * * Note that the caller must free the buffer returned by this function. * * @para
creavision/libwebcam/libwebcam.c:1470
↓ 1 callersFunctionc_get_handle_error_text
* Returns the error message associated with a given error code and device handle. * * Note that the caller must free the buffer returned by this fun
creavision/libwebcam/libwebcam.c:1491
↓ 1 callersFunctionc_set_control
* Sets the value of a device control. * * @param hDevice a device handle obtained from c_open_device() * @param control_id the ID of the control w
creavision/libwebcam/libwebcam.c:944
↓ 1 callersFunctioncheck_updates
src/checkupdates.cpp:81
↓ 1 callersFunctionclose_handle
* Closes the given handle. */
creavision/libwebcam/libwebcam.c:2832
↓ 1 callersFunctioncreate_control_choices
* Queries the control choice values of the given V4L2 control and uses the results to * fill in the choice structures of a libwebcam control. * * @
creavision/libwebcam/libwebcam.c:1600
↓ 1 callersFunctioncreate_device
* Allocate a new device with the given name and add it to the global device list. */
creavision/libwebcam/libwebcam.c:2333
↓ 1 callersFunctioncreate_handle
* Creates a new device handle for the given device. * * @return * - 0 if there are no free handles left. * - A libwebcam handle > 0 on success
creavision/libwebcam/libwebcam.c:2789
↓ 1 callersFunctiondelete_control
* Frees all resources associated with the given control, including choice data. * * Note that this functino does not remove the control from its dev
creavision/libwebcam/libwebcam.c:1793
↓ 1 callersFunctiondelete_device
* Free up the given device. * * Note that this function does not remove the device from the global device list. */
creavision/libwebcam/libwebcam.c:2359
↓ 1 callersFunctionfindClosestSizeAndSubtype
-------------------------------------------------------------------------------------------
creavision/videoInput.cpp:1581
↓ 1 callersMethodgetHeight
creavision/videoInput.cpp:854
↓ 1 callersMethodgetPixels
creavision/videoInput.cpp:887
↓ 1 callersMethodgetWidth
creavision/videoInput.cpp:837
↓ 1 callersFunctionget_control_dynamics_length
* Returns the length required to store all the (null-terminated) names of the given * device's controls in a buffer. * * Note: The control list sho
creavision/libwebcam/libwebcam.c:2081
↓ 1 callersFunctionget_control_id_from_v4l2
* Converts a V4L2 control ID to a libwebcam control ID. * * @param v4l2_id V4L2 ID that should be converted. * @param dev Pointer to the device to
creavision/libwebcam/libwebcam.c:2115
↓ 1 callersFunctionget_device_usb_info
* Reads the USB information for the given device into the given #CUSBInfo structure. */
creavision/libwebcam/libwebcam.c:2708
↓ 1 callersFunctionget_devices_dynamics_length
* Returns the length required to store all the (null-terminated) strings of the * current devices in a buffer. * * Note: The device list should be
creavision/libwebcam/libwebcam.c:2467
↓ 1 callersFunctionget_mimetype_from_fourcc
* Converts a FourCC code into a MIME type string. */
creavision/libwebcam/libwebcam.c:2755
↓ 1 callersMethodget_num_hotkeys
Query available hotkeys
src/hotkeymanager.h:69
↓ 1 callersFunctiongrey_to_yuyv
convert yuv mono (grey) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containing gre
creavision/colorspaces.cpp:660
↓ 1 callersFunctionmove_420_block
creavision/crvcamera_v4l2.cpp:1106
↓ 1 callersFunctionnv12_to_yuyv
convert yuv 420 planar (uv interleaved) (nv12) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to tem
creavision/colorspaces.cpp:387
↓ 1 callersFunctionnv16_to_yuyv
convert yuv 422 planar (uv interleaved) (nv16) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to tem
creavision/colorspaces.cpp:517
↓ 1 callersFunctionnv21_to_yuyv
convert yuv 420 planar (vu interleaved) (nv21) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to tem
creavision/colorspaces.cpp:452
↓ 1 callersFunctionnv61_to_yuyv
convert yuv 422 planar (vu interleaved) (nv61) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to tem
creavision/colorspaces.cpp:569
↓ 1 callersFunctionprint_control_info
creavision/crvcamera_v4l2.cpp:1589
↓ 1 callersFunctionprint_device_controls
creavision/crvcamera_v4l2.cpp:1608
↓ 1 callersFunctionprint_device_info
creavision/crvcamera_v4l2.cpp:1554
↓ 1 callersFunctionprint_libwebcam_c_error
* Prints a libwebcam error message to stderr. * * @param error a #CResult error code whose error text is appended * @param format a @a printf comp
creavision/libwebcam/libwebcam.c:1558
↓ 1 callersFunctionrefresh_control_list
* Scans the given device for supported controls and adds them to the internal list. * * Note that this function clears all existing controls prior t
creavision/libwebcam/libwebcam.c:1858
↓ 1 callersFunctionrefresh_control_values
* refreshes the values of all device controls. * * @param hDevice a device handle obtained from c_open_device() * @return * - #C_SUCCESS on suc
creavision/libwebcam/libwebcam.c:1042
↓ 1 callersFunctionrefresh_device_details
* Retrieve device information for the given device. */
creavision/libwebcam/libwebcam.c:2038
↓ 1 callersFunctions501_to_yuyv
convert SPCA501 (s501) to yuv 422 * s501 |Y0..width..Y0|U..width/2..U|Y1..width..Y1|V..width/2..V| * signed values (-128;+127) must be converted to u
creavision/colorspaces.cpp:686
↓ 1 callersFunctions505_to_yuyv
convert SPCA505 (s505) to yuv 422 * s505 |Y0..width..Y0|Y1..width..Y1|U..width/2..U|V..width/2..V| * signed values (-128;+127) must be converted to u
creavision/colorspaces.cpp:725
↓ 1 callersFunctions508_to_yuyv
convert SPCA508 (s508) to yuv 422 * s508 |Y0..width..Y0|U..width/2..U|V..width/2..V|Y1..width..Y1| * signed values (-128;+127) must be converted to u
creavision/colorspaces.cpp:764
↓ 1 callersMethodsetIdealFramerate
creavision/videoInput.cpp:591
↓ 1 callersFunctionset_control_values
* set the values of all device controls. * * @param hDevice a device handle obtained from c_open_device() * @return * - #C_SUCCESS on success
creavision/libwebcam/libwebcam.c:1122
↓ 1 callersFunctionset_special_auto_controls
* set special auto controls (higher id) before setting manual counterparts. * * @param hDevice a device handle obtained from c_open_device() * @re
creavision/libwebcam/libwebcam.c:1077
↓ 1 callersMethodsetupBuffer
------------------------------------------------
creavision/videoInput.cpp:107
↓ 1 callersMethodsetupDevice
creavision/videoInput.cpp:619
↓ 1 callersMethodshowSettingsWindow
creavision/videoInput.cpp:1032
↓ 1 callersFunctionslog_get_priority_name
simplelog/simplelog.c:25
↓ 1 callersFunctionslog_set_priority
simplelog/simplelog.c:42
↓ 1 callersMethodstopDevice
creavision/videoInput.cpp:1295
↓ 1 callersFunctionuyvy_to_yuyv
convert uyvy (packed) to yuyv (packed) * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containing
creavision/colorspaces.cpp:179
↓ 1 callersFunctionversionstrcmp
Compare two version strings Return: -1: s1< s2 0: s1== s2 1: s1> s2
src/checkupdates.cpp:48
↓ 1 callersFunctiony41p_to_yuyv
convert yuv 411 packed (y41p) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containi
creavision/colorspaces.cpp:621
↓ 1 callersFunctionyuv420p_to_rgb24
From opencv (otherlibs/highgui/cvcap_v4l.cpp) Consider a YUV420P image of 8x2 pixels. A plane of Y values A B C D E F G H I J K L M N O P A plane
creavision/crvcamera_v4l2.cpp:1156
↓ 1 callersFunctionyvu420_to_yuyv
convert yvu 420 planar (yv12) to yuv 422 * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containi
creavision/colorspaces.cpp:318
↓ 1 callersFunctionyvyu_to_yuyv
convert yvyu (packed) to yuyv (packed) * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containing
creavision/colorspaces.cpp:213
↓ 1 callersFunctionyyuv_to_yuyv
convert yyuv (packed) to yuyv (packed) * args: * framebuffer: pointer to frame buffer (yuyv) * tmpbuffer: pointer to temp buffer containing
creavision/colorspaces.cpp:142
MethodActionDoneEvent
src/clickwindowcontroller.cpp:39
MethodAddRef
------------------------------------------------
creavision/videoInput.cpp:122
MethodAddSupportedPixelFormats
creavision/crvcamera_v4l2.cpp:285
MethodAllocWorkingSpace
src/visionpipeline.cpp:128
MethodAllocateBuffers
Allocate buffers before start capturing
creavision/crvcamera_v4l2.cpp:972
MethodAreVisualAlertsEnabled
src/gestureclick.h:53
MethodBufferCB
This method is meant to have more overhead
creavision/videoInput.cpp:159
MethodButtonId2EButton
src/clickwindow.cpp:110
MethodCAutostart
src/cautostart.cpp:29
MethodCCamWindow
wxcamwindow/camwindow.cpp:56
MethodCCamera
creavision/crvcamera.cpp:34
MethodCCameraCV
creavision/crvcamera_cv.cpp:105
MethodCCameraControlV4L2
creavision/crvcamera_v4l2.cpp:1415
MethodCCameraV4L2
creavision/crvcamera_v4l2.cpp:132
MethodCCameraWDM
creavision/crvcamera_wdm.cpp:27
MethodCCaptureThread
Constructor
wxcamwindow/capturethread.cpp:39
MethodCClickWindow
src/clickwindow.cpp:50
MethodCClickWindowBitmap
src/clickwindowbitmap.cpp:69
MethodCClickWindowController
Constructor
src/clickwindowcontroller.cpp:56
MethodCClickWindowText
src/clickwindowtext.cpp:41
MethodCConfigManager
wxutil/configmanager.cpp:34
MethodCControlType2ECameraControlType
creavision/crvcamera_v4l2.cpp:1525
MethodCDwellClick
src/dwellclick.cpp:28
MethodCGestureClick
src/gestureclick.cpp:28
MethodCIplImage
Construction
creavision/crvimage.cpp:23
MethodCMotionCalibration
src/cmotioncalibration.cpp:61
MethodCNormROI
creavision/crvnormroi.cpp:23
MethodCPointerAction
src/pointeraction.cpp:32
MethodCViacamController
src/viacamcontroller.cpp:47
MethodCVisibleNormROI
wxcamwindow/visiblenormroi.cpp:22
MethodCVisionPipeline
src/visionpipeline.cpp:64
MethodCVisualAlert
src/cvisualalert.cpp:169
MethodCVisualAlertDirection
src/cvisualalert.cpp:93
MethodCVisualAlertProgress
src/cvisualalert.cpp:35
MethodCWXNormROI
wxcamwindow/wxnormroi.cpp:26
MethodCWaitTime
wxutil/waittime.cpp:25
MethodCenterPointer
wxutil/mousecontrol.cpp:468
MethodChanged
src/wconfiguration.cpp:1182
MethodCheckCreateWindow
wxutil/wxappbar.cpp:515
← previousnext →301–400 of 1,046, ranked by callers