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
↓ 2 callers
Method
EnableVisualAlerts
src/dwellclick.cpp:201
↓ 2 callers
Method
GetBottomWorkspace
src/pointeraction.h:138
↓ 2 callers
Function
GetEViacamWesiteURL
src/website.cpp:31
↓ 2 callers
Method
GetEnableWhenFaceDetected
src/visionpipeline.h:53
↓ 2 callers
Method
GetEnabledAtStartup
src/viacamcontroller.h:56
↓ 2 callers
Method
GetIconResource
src/wconfiguration.cpp:928
↓ 2 callers
Method
GetKeyCode
src/wgetkey.cpp:206
↓ 2 callers
Method
GetLanguage
src/viacamcontroller.h:77
↓ 2 callers
Method
GetLeftWorkspace
src/pointeraction.h:122
↓ 2 callers
Method
GetLocale
src/viacamcontroller.h:116
↓ 2 callers
Method
GetNoClickButton
src/clickwindowtext.cpp:172
↓ 2 callers
Method
GetRightWorkspace
src/pointeraction.h:130
↓ 2 callers
Method
GetSize
wxcamwindow/visiblenormroi.cpp:116
↓ 2 callers
Method
GetTopWorkspace
src/pointeraction.h:114
↓ 2 callers
Method
GetTrackAreaControl
src/visionpipeline.h:68
↓ 2 callers
Method
HasCameraControls
Settings directly supported by the camera class.
creavision/crvcamera.h:76
↓ 2 callers
Method
HasSettingsDialog
Settings dialogue provided by the driver
creavision/crvcamera.h:70
↓ 2 callers
Function
IsMappedWindow
wxutil/wxappbar.cpp:143
↓ 2 callers
Method
LeftClick
wxutil/mousecontrol.cpp:503
↓ 2 callers
Method
LeftDblClick
wxutil/mousecontrol.cpp:524
↓ 2 callers
Method
LeftDown
wxutil/mousecontrol.cpp:473
↓ 2 callers
Method
MiddleClick
wxutil/mousecontrol.cpp:510
↓ 2 callers
Method
OnToggleHeadTrackingClick
src/wwizard.cpp:270
↓ 2 callers
Method
OnToggleHeadTrackingUpdate
src/wwizard.cpp:278
↓ 2 callers
Method
OpenConfiguration
src/viacamcontroller.cpp:464
↓ 2 callers
Function
OpenEViacamWebsiteOnBrowser
src/website.cpp:41
↓ 2 callers
Method
QueryFrame
creavision/crvcamera.cpp:63
↓ 2 callers
Method
ReadAll
wxutil/configmanager.cpp:84
↓ 2 callers
Method
ReadLanguage
wxutil/configmanager.cpp:44
↓ 2 callers
Method
RightClick
wxutil/mousecontrol.cpp:517
↓ 2 callers
Function
SelectBestFramePixelNumber
Sizes. Chooses closest number of pixels (width*height) to the requested
creavision/crvcamera_v4l2.cpp:488
↓ 2 callers
Function
SelectBestFrameRate
Look for best matching entries for a desired frame rate and remove all other entries fr= 0 means that nothing is done (all formats are appropriate), f
creavision/crvcamera_v4l2.cpp:467
↓ 2 callers
Method
SetActionBottom
src/gestureclick.h:106
↓ 2 callers
Method
SetActionLeft
src/gestureclick.h:85
↓ 2 callers
Method
SetActionRight
src/gestureclick.h:92
↓ 2 callers
Method
SetActionTop
src/gestureclick.h:99
↓ 2 callers
Method
SetCenter
creavision/crvnormroi.cpp:313
↓ 2 callers
Method
SetEnableWhenFaceDetected
src/visionpipeline.h:54
↓ 2 callers
Method
SetEnabled
src/viacamcontroller.cpp:449
↓ 2 callers
Method
SetEnabledAtStartup
src/viacamcontroller.h:57
↓ 2 callers
Method
SetMotionCalibrationEnabled
src/viacamcontroller.h:65
↓ 2 callers
Method
SetPerformCalibration
src/wwizard.h:116
↓ 2 callers
Method
SetPoint
src/clickwindowcontroller.cpp:48
↓ 2 callers
Function
SetResults
src/checkupdates_manager.cpp:45
↓ 2 callers
Method
SetSize
creavision/crvnormroi.cpp:324
↓ 2 callers
Method
SetTimeout
src/visionpipeline.h:59
↓ 2 callers
Method
SetTrackFace
src/visionpipeline.h:51
↓ 2 callers
Method
ShowCameraSettingsDialog
src/viacamcontroller.cpp:563
↓ 2 callers
Method
StartMotionCalibration
src/viacamcontroller.cpp:538
↓ 2 callers
Function
c_close_device
* Closes a device handle. * * @param hDevice a handle obtained from c_open_device() */
creavision/libwebcam/libwebcam.c:164
↓ 2 callers
Function
c_enum_devices
* Enumerates all devices available in the system. * * Users must call c_init() prior to using this function. * * If the buffer is not large enough
creavision/libwebcam/libwebcam.c:221
↓ 2 callers
Function
c_enum_frame_intervals
* Enumerates all frame intervals supported for the given pixel format and frame size. * * If the buffer is not large enough, #C_BUFFER_TOO_SMALL is
creavision/libwebcam/libwebcam.c:694
↓ 2 callers
Function
c_enum_frame_sizes
* Enumerates all frame sizes supported for the given pixel format. * * If the buffer is not large enough, #C_BUFFER_TOO_SMALL is returned and * the
creavision/libwebcam/libwebcam.c:538
↓ 2 callers
Function
c_enum_pixel_formats
* Enumerates all pixel formats supported by the given camera. * * If the buffer is not large enough, #C_BUFFER_TOO_SMALL is returned and * the \a s
creavision/libwebcam/libwebcam.c:394
↓ 2 callers
Function
c_init
* Initializes libwebcam. * This method must be called prior to using most of the other methods. * To release resources allocated during initializati
creavision/libwebcam/libwebcam.c:2878
↓ 2 callers
Function
c_open_device
* Opens a camera device. * * The function returns a handle that can be used for all functions that require * a device handle. * * @param device_n
creavision/libwebcam/libwebcam.c:107
↓ 2 callers
Function
cleanup_device_list
* Remove all entries marked as invalid from the device list. * * Note: The device list should be locked before calling this function. */
creavision/libwebcam/libwebcam.c:2411
↓ 2 callers
Function
clear_control_list
* Clears the control list of the given device and frees all associated resources. */
creavision/libwebcam/libwebcam.c:1836
↓ 2 callers
Function
convert_border_bayer_line_to_bgr24
raw bayer functions from libv4l bayer.c, (C) 2008 Hans de Goede <j.w.r.degoede@hhs.nl> Note: original bayer_to_bgr24 code from : 1394-Based Digital Ca
creavision/colorspaces.cpp:802
↓ 2 callers
Function
dump_TImageFormatEx
creavision/crvcamera_v4l2.cpp:429
↓ 2 callers
Function
find_control_by_id
* Looks up the control with the given ID for the given device. * * @return * - NULL if no corresponding control was found for the given device.
creavision/libwebcam/libwebcam.c:1821
↓ 2 callers
Function
find_control_by_v4l2_id
* Looks up the control with the given V4L2 ID for the given device. * * @return * - NULL if no corresponding control was found for the given devi
creavision/libwebcam/libwebcam.c:1165
↓ 2 callers
Function
get_device_dynamics_length
* Returns the length required to store all the (null-terminated) strings of the * given device in a buffer. */
creavision/libwebcam/libwebcam.c:2452
↓ 2 callers
Function
invalidate_device_list
* Mark all entries in the device list as invalid. This allows the cleanup_device_list() * function to be used to clear the entire device list. * *
creavision/libwebcam/libwebcam.c:2396
↓ 2 callers
Function
refresh_device_list
* Synchronizes the device list with the information available in sysfs. */
creavision/libwebcam/libwebcam.c:2482
↓ 2 callers
Function
roundf
wxutil/mousecontrol.cpp:41
↓ 2 callers
Function
setSizeAndSubtype
---------------------------------------------------------------------------------------------------
creavision/videoInput.cpp:1680
↓ 2 callers
Function
yuyv2rgb
------------------------------- Color space conversions --------------------*/ regular yuv (YUYV) to rgb24*/
creavision/colorspaces.cpp:31
↓ 1 callers
Method
ActionDone
src/clickwindowcontroller.cpp:326
↓ 1 callers
Method
AddNewProfile
Return 0 is ok, 1 if profile exists or 2 if profile name is invalid
wxutil/configmanager.cpp:171
↓ 1 callers
Method
Align
creavision/crvimage.h:78
↓ 1 callers
Method
CameraHasSettingsDialog
src/viacamcontroller.cpp:553
↓ 1 callers
Method
CenterPointer
src/pointeraction.h:162
↓ 1 callers
Method
ChangeCamera
src/viacamcontroller.cpp:558
↓ 1 callers
Method
ChangeCurrentProfile
wxutil/configmanager.cpp:145
↓ 1 callers
Method
CheckKeyboardStatus
TODO: to avoid synchronization problems, implement this by deriving from wxEvtHandler and sending hot-key messages using wxPostEvent. This way we make
src/hotkeymanager.cpp:234
↓ 1 callers
Method
ComputeMotionRange
src/cmotioncalibration.cpp:204
↓ 1 callers
Method
DeleteCurrentProfile
wxutil/configmanager.cpp:193
↓ 1 callers
Method
Depth
creavision/crvimage.h:77
↓ 1 callers
Method
Detach
creavision/crvimage.cpp:161
↓ 1 callers
Method
DisableHotKey
src/hotkeymanager.cpp:206
↓ 1 callers
Method
DoMovePointerAbs
wxutil/mousecontrol.cpp:364
↓ 1 callers
Method
DrawCam
DrawCam. Called from the worker thread
wxcamwindow/camwindow.cpp:137
↓ 1 callers
Method
EnableHotKey
src/hotkeymanager.cpp:193
↓ 1 callers
Method
FindMaxChildP2Rec
creavision/crvnormroi.cpp:173
↓ 1 callers
Method
FindMinChildP1Rec
creavision/crvnormroi.cpp:149
↓ 1 callers
Method
Finish
wxcamwindow/capturethread.h:53
↓ 1 callers
Method
GetAcceleration
src/pointeraction.h:71
↓ 1 callers
Method
GetAction
src/clickwindowcontroller.cpp:179
↓ 1 callers
Method
GetActionBottom
src/gestureclick.h:105
↓ 1 callers
Method
GetActionLeft
src/gestureclick.h:84
↓ 1 callers
Method
GetActionRight
src/gestureclick.h:91
↓ 1 callers
Method
GetActionTop
src/gestureclick.h:98
↓ 1 callers
Method
GetAutohide
src/clickwindowcontroller.h:73
↓ 1 callers
Method
GetBeepOnClick
src/pointeraction.h:92
↓ 1 callers
Method
GetBitmapResource
src/wmotioncalibrationx.cpp:172
↓ 1 callers
Method
GetBitmapResource
src/wmotioncalibrationy.cpp:167
↓ 1 callers
Method
GetBottomPercent
wxutil/mousecontrol.h:57
↓ 1 callers
Method
GetBoxImg
creavision/crvnormroi.cpp:492
↓ 1 callers
Method
GetCameraControl
creavision/crvcamera_v4l2.cpp:340
← previous
next →
101–200 of 1,046, ranked by callers