Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cmauri/eviacam
/ functions
Functions
1,046 in github.com/cmauri/eviacam
⨍
Functions
1,046
◇
Types & classes
329
↓ 1 callers
Method
UnregisterChildROI
creavision/crvnormroi.cpp:534
↓ 1 callers
Method
UnregisterControl
wxcamwindow/camwindow.cpp:337
↓ 1 callers
Function
VfwCamFpsWorkaround
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 callers
Method
WriteAppData
wxutil/configbase.cpp:25
↓ 1 callers
Method
WriteLanguage
wxutil/configmanager.cpp:67
↓ 1 callers
Method
WriteProfileData
src/dwellclick.cpp:57
↓ 1 callers
Function
bgr2yuyv
creavision/colorspaces.cpp:1188
↓ 1 callers
Function
c_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 callers
Function
c_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 callers
Function
c_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 callers
Function
c_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 callers
Function
c_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 callers
Function
check_updates
src/checkupdates.cpp:81
↓ 1 callers
Function
close_handle
* Closes the given handle. */
creavision/libwebcam/libwebcam.c:2832
↓ 1 callers
Function
create_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 callers
Function
create_device
* Allocate a new device with the given name and add it to the global device list. */
creavision/libwebcam/libwebcam.c:2333
↓ 1 callers
Function
create_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 callers
Function
delete_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 callers
Function
delete_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 callers
Function
findClosestSizeAndSubtype
-------------------------------------------------------------------------------------------
creavision/videoInput.cpp:1581
↓ 1 callers
Method
getHeight
creavision/videoInput.cpp:854
↓ 1 callers
Method
getPixels
creavision/videoInput.cpp:887
↓ 1 callers
Method
getWidth
creavision/videoInput.cpp:837
↓ 1 callers
Function
get_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 callers
Function
get_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 callers
Function
get_device_usb_info
* Reads the USB information for the given device into the given #CUSBInfo structure. */
creavision/libwebcam/libwebcam.c:2708
↓ 1 callers
Function
get_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 callers
Function
get_mimetype_from_fourcc
* Converts a FourCC code into a MIME type string. */
creavision/libwebcam/libwebcam.c:2755
↓ 1 callers
Method
get_num_hotkeys
Query available hotkeys
src/hotkeymanager.h:69
↓ 1 callers
Function
grey_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 callers
Function
move_420_block
creavision/crvcamera_v4l2.cpp:1106
↓ 1 callers
Function
nv12_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 callers
Function
nv16_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 callers
Function
nv21_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 callers
Function
nv61_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 callers
Function
print_control_info
creavision/crvcamera_v4l2.cpp:1589
↓ 1 callers
Function
print_device_controls
creavision/crvcamera_v4l2.cpp:1608
↓ 1 callers
Function
print_device_info
creavision/crvcamera_v4l2.cpp:1554
↓ 1 callers
Function
print_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 callers
Function
refresh_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 callers
Function
refresh_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 callers
Function
refresh_device_details
* Retrieve device information for the given device. */
creavision/libwebcam/libwebcam.c:2038
↓ 1 callers
Function
s501_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 callers
Function
s505_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 callers
Function
s508_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 callers
Method
setIdealFramerate
creavision/videoInput.cpp:591
↓ 1 callers
Function
set_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 callers
Function
set_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 callers
Method
setupBuffer
------------------------------------------------
creavision/videoInput.cpp:107
↓ 1 callers
Method
setupDevice
creavision/videoInput.cpp:619
↓ 1 callers
Method
showSettingsWindow
creavision/videoInput.cpp:1032
↓ 1 callers
Function
slog_get_priority_name
simplelog/simplelog.c:25
↓ 1 callers
Function
slog_set_priority
simplelog/simplelog.c:42
↓ 1 callers
Method
stopDevice
creavision/videoInput.cpp:1295
↓ 1 callers
Function
uyvy_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 callers
Function
versionstrcmp
Compare two version strings Return: -1: s1< s2 0: s1== s2 1: s1> s2
src/checkupdates.cpp:48
↓ 1 callers
Function
y41p_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 callers
Function
yuv420p_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 callers
Function
yvu420_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 callers
Function
yvyu_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 callers
Function
yyuv_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
Method
ActionDoneEvent
src/clickwindowcontroller.cpp:39
Method
AddRef
------------------------------------------------
creavision/videoInput.cpp:122
Method
AddSupportedPixelFormats
creavision/crvcamera_v4l2.cpp:285
Method
AllocWorkingSpace
src/visionpipeline.cpp:128
Method
AllocateBuffers
Allocate buffers before start capturing
creavision/crvcamera_v4l2.cpp:972
Method
AreVisualAlertsEnabled
src/gestureclick.h:53
Method
BufferCB
This method is meant to have more overhead
creavision/videoInput.cpp:159
Method
ButtonId2EButton
src/clickwindow.cpp:110
Method
CAutostart
src/cautostart.cpp:29
Method
CCamWindow
wxcamwindow/camwindow.cpp:56
Method
CCamera
creavision/crvcamera.cpp:34
Method
CCameraCV
creavision/crvcamera_cv.cpp:105
Method
CCameraControlV4L2
creavision/crvcamera_v4l2.cpp:1415
Method
CCameraV4L2
creavision/crvcamera_v4l2.cpp:132
Method
CCameraWDM
creavision/crvcamera_wdm.cpp:27
Method
CCaptureThread
Constructor
wxcamwindow/capturethread.cpp:39
Method
CClickWindow
src/clickwindow.cpp:50
Method
CClickWindowBitmap
src/clickwindowbitmap.cpp:69
Method
CClickWindowController
Constructor
src/clickwindowcontroller.cpp:56
Method
CClickWindowText
src/clickwindowtext.cpp:41
Method
CConfigManager
wxutil/configmanager.cpp:34
Method
CControlType2ECameraControlType
creavision/crvcamera_v4l2.cpp:1525
Method
CDwellClick
src/dwellclick.cpp:28
Method
CGestureClick
src/gestureclick.cpp:28
Method
CIplImage
Construction
creavision/crvimage.cpp:23
Method
CMotionCalibration
src/cmotioncalibration.cpp:61
Method
CNormROI
creavision/crvnormroi.cpp:23
Method
CPointerAction
src/pointeraction.cpp:32
Method
CViacamController
src/viacamcontroller.cpp:47
Method
CVisibleNormROI
wxcamwindow/visiblenormroi.cpp:22
Method
CVisionPipeline
src/visionpipeline.cpp:64
Method
CVisualAlert
src/cvisualalert.cpp:169
Method
CVisualAlertDirection
src/cvisualalert.cpp:93
Method
CVisualAlertProgress
src/cvisualalert.cpp:35
Method
CWXNormROI
wxcamwindow/wxnormroi.cpp:26
Method
CWaitTime
wxutil/waittime.cpp:25
Method
CenterPointer
wxutil/mousecontrol.cpp:468
Method
Changed
src/wconfiguration.cpp:1182
Method
CheckCreateWindow
wxutil/wxappbar.cpp:515
← previous
next →
301–400 of 1,046, ranked by callers