Home
last modified time | relevance | path

Searched full:motion (Results 1 – 25 of 492) sorted by relevance

12345678910>>...20

/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dext-ctrls-detect.rst9 The Detect class includes controls for common features of various motion
24 Sets the motion detection mode.
33 - Disable motion detection.
35 - Use a single motion detection threshold.
37 - The image is divided into a grid, each cell with its own motion
42 value that specifies which per-region motion detection thresholds
51 Sets the global motion detection threshold to be used with the
52 ``V4L2_DETECT_MD_MODE_GLOBAL`` motion detection mode.
55 Sets the motion detection thresholds for each cell in the grid. To
56 be used with the ``V4L2_DETECT_MD_MODE_THRESHOLD_GRID`` motion
[all …]
H A Dvidioc-g-parm.rst241 different mode from the regular motion video capture modes. In
245 motion capture.
247 - The driver may support fewer pixel formats than motion capture
259 motion capture.
261 - Moving objects in the image might have excessive motion blur.
/OK3568_Linux_fs/buildroot/package/motion/
H A Dmotion.mk3 # motion
8 MOTION_SITE = $(call github,Motion-Project,motion,release-$(MOTION_VERSION))
57 $(INSTALL) -D -m 0644 $(@D)/data/motion-dist.conf \
58 $(TARGET_DIR)/etc/motion/motion.conf
59 $(INSTALL) -D -m 0755 $(@D)/src/motion $(TARGET_DIR)/usr/bin/motion
63 $(INSTALL) -D -m 0755 package/motion/S99motion \
68 $(INSTALL) -D -m 644 package/motion/motion.service \
69 $(TARGET_DIR)/usr/lib/systemd/system/motion.service
H A DConfig.in2 bool "motion"
8 Motion is a program that monitors the video signal from
10 the picture has changed; in other words, it can detect motion.
14 https://motion-project.github.io
16 comment "motion needs a toolchain w/ threads"
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dglobal_motion.hpp67 /** @brief Estimates best global motion between two 2D point clouds in the least-squares sense.
73 @param model Motion model (up to MM_AFFINE).
81 /** @brief Estimates best global motion between two 2D point clouds robustly (using RANSAC method).
85 @param model Motion model. See cv::videostab::MotionModel.
95 /** @brief Base class for all global motion estimation methods.
102 /** @brief Sets motion model.
104 @param val Motion model. See cv::videostab::MotionModel.
109 @return Motion model. See cv::videostab::MotionModel.
113 /** @brief Estimates global motion between two 2D point clouds.
117 @param ok Indicates whether motion was estimated successfully.
[all …]
/OK3568_Linux_fs/kernel/Documentation/input/devices/
H A Datarikbd.rst59 The ikbd can report mouse motion in three distinctly different ways. It can
60 report relative motion, absolute motion in a coordinate system maintained
61 within the ikbd, or by converting mouse motion into keyboard cursor control
71 button being pressed or released, or motion in either axis exceeding a
72 settable threshold of motion. Regardless of the threshold, all bits of
76 relative mouse motion events will be generated: (a) while the keyboard has
91 If the accumulated motion before the report packet is generated exceeds the
92 +127...-128 range, the motion is broken into multiple packets.
106 The ikbd can translate mouse motion into the equivalent cursor keystrokes.
108 each axis. The ikbd internally maintains mouse motion information to the
[all …]
H A Dcma3000_d0x.rst17 CMA3000 Tri-axis accelerometer supports Motion detect, Measurement and
20 Motion Detect Mode:
22 when motion exceeds the defined thresholds.
65 Motion detect g range threshold value
68 Motion detect and free fall time threshold value
115 4: Motion Detect mode (default)
/OK3568_Linux_fs/kernel/drivers/staging/media/imx/
H A Dimx-media-vdic.c23 * in VDIC's high motion mode, which only requires a single field for
24 * processing. The other motion modes (low and medium) require three
34 * All motion modes are supported by this pipeline.
37 * used in high motion mode.
108 /* motion select control */
110 enum ipu_motion_sel motion; member
382 ipu_vdi_set_motion(priv->vdi, priv->motion); in vdic_start()
416 enum ipu_motion_sel motion; in vdic_s_ctrl() local
423 motion = ctrl->val; in vdic_s_ctrl()
424 if (motion != priv->motion) { in vdic_s_ctrl()
[all …]
/OK3568_Linux_fs/kernel/Documentation/admin-guide/media/
H A Dimx.rst29 (without motion compensation which requires the VDIC).
57 support for different motion compensation modes (low, medium, and high
58 motion). The deinterlaced output frames from the VDIC can be sent to the
95 - The VDIC subdev supports motion compensated de-interlacing, with three
96 motion compensation modes: low, medium, and high motion. Pipelines are
199 will carry out motion-compensated de-interlace using "high motion" mode
216 interweave without motion compensation, which is activated if the source
277 The VDIC carries out motion compensated de-interlacing, with three
278 motion compensation modes: low, medium, and high motion. The mode is
283 link the VDIC can only operate in high motion mode.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/
H A Dtw5864-reg.h254 /* Enable motion search mode */
292 /* 0x0280 ~ 0x029c – Motion Vector for 1st 4x4 Block, e.g., 80 (X), 84 (Y) */
294 /* 0x02a0 ~ 0x02bc – Motion Vector for 2nd 4x4 Block, e.g., A0 (X), A4 (Y) */
296 /* 0x02c0 ~ 0x02dc – Motion Vector for 3rd 4x4 Block, e.g., C0 (X), C4 (Y) */
298 /* 0x02e0 ~ 0x02fc – Motion Vector for 4th 4x4 Block, e.g., E0 (X), E4 (Y) */
1200 /* 0xe000 ~ 0xfc04 – Motion Vector Register Map */
1202 /* ME Motion Vector data (Four Byte Each) 0xe000 ~ 0xe7fc */
1884 * 15:0 Motion detection interrupt for channel 0 ~ 15
1898 * 15:0 Motion detection interrupt for channel 0 ~ 15
1927 /* Motion / Blind / Night Detection */
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/video/
H A Dtracking_c.h58 * Motion Analysis *
107 /********************************* motion templates *************************************/
110 * All the motion template functions work only with single channel images. *
112 * Motion history image must have depth IPL_DEPTH_32F, *
114 * Motion orientation image - IPL_DEPTH_32F *
119 /* Updates motion history image given motion silhouette */
123 /* Calculates gradient of the motion history image and fills
129 /* Calculates average motion direction within a selected motion region
136 /* Splits a motion history image into a few parts corresponding to separate independent motions
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/video/
H A Dtracking_c.h58 * Motion Analysis *
107 /********************************* motion templates *************************************/
110 * All the motion template functions work only with single channel images. *
112 * Motion history image must have depth IPL_DEPTH_32F, *
114 * Motion orientation image - IPL_DEPTH_32F *
119 /* Updates motion history image given motion silhouette */
123 /* Calculates gradient of the motion history image and fills
129 /* Calculates average motion direction within a selected motion region
136 /* Splits a motion history image into a few parts corresponding to separate independent motions
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/
H A Dvideostab.hpp56 1. "Full-Frame Video Stabilization with Motion Inpainting"
62 @defgroup videostab_motion Global Motion Estimation
64 The video stabilization module contains a set of functions and classes for global motion estimation
66 internally. For the sake of convenience the motion estimation functions are wrapped into classes.
71 The Fast Marching Method @cite Telea04 is used in of the video stabilization routines to do motion
/OK3568_Linux_fs/buildroot/package/lvgl/lv_drivers/
H A D0010-sdl-sdl_gpu-support-screen-rotation.patch37 - last_x = event->motion.x / SDL_ZOOM;
38 - last_y = event->motion.y / SDL_ZOOM;
39 + x = event->motion.x / SDL_ZOOM;
40 + y = event->motion.y / SDL_ZOOM;
44 - last_x = event->motion.x / SDL_ZOOM;
45 - last_y = event->motion.y / SDL_ZOOM;
46 + x = event->motion.x / SDL_ZOOM;
47 + y = event->motion.y / SDL_ZOOM;
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/
H A Dmfnr_xml2json_v1.cpp56 …pTuningParaV2->Motion.Motion_ISO = (CalibDbV2_MFNR_Motion_ISO_t *)malloc(MFNRV1_ISO_NUM * sizeof(C… in mfnrV1_calibdb_to_calibdbV2()
57 …memset(pTuningParaV2->Motion.Motion_ISO, 0x00, MFNRV1_ISO_NUM * sizeof(CalibDbV2_MFNR_Motion_ISO_t… in mfnrV1_calibdb_to_calibdbV2()
58 pTuningParaV2->Motion.Motion_ISO_len = MFNRV1_ISO_NUM; in mfnrV1_calibdb_to_calibdbV2()
179 //motion in mfnrV1_calibdb_to_calibdbV2()
180 pMotion = &pCalibdb->mode_cell[mode_idx].motion; in mfnrV1_calibdb_to_calibdbV2()
182 pMotionISOV2 = &pCalibdbV2->TuningPara.Motion.Motion_ISO[i]; in mfnrV1_calibdb_to_calibdbV2()
362 //motion in mfnrV1_calibdbV2_to_calibdb()
363 pMotion = &pCalibdb->mode_cell[mode_idx].motion; in mfnrV1_calibdbV2_to_calibdb()
366 pMotionISOV2 = &pCalibdbV2->TuningPara.Motion.Motion_ISO[i]; in mfnrV1_calibdbV2_to_calibdb()
436 if(pCalibdbV2->TuningPara.Motion.Motion_ISO) { in mfnrV1_calibdbV2_free()
[all …]
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dcros_ec_sensors_core.h41 * @param: motion sensor parameters structure
42 * @resp: motion sensor response structure
43 * @type: type of motion sensor
44 * @loc: location where the motion sensor is placed
/OK3568_Linux_fs/kernel/drivers/macintosh/ams/
H A Dams-core.c3 * Apple Motion Sensor driver
18 /* There is only one motion sensor per machine */
190 /* Found I2C motion sensor */ in ams_init()
197 /* Found PMU motion sensor */ in ams_init()
233 MODULE_DESCRIPTION("Apple Motion Sensor driver");
/OK3568_Linux_fs/kernel/include/linux/
H A Dbma150.h25 bool any_motion_int; /* Set to enable any-motion interrupt */
28 unsigned char any_motion_dur; /* Any-motion duration */
29 unsigned char any_motion_thres; /* Any-motion threshold */
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/drivers/
H A Dmeye-uapi.rst5 Vaio Picturebook Motion Eye Camera Driver
21 for accessing the Motion Eye extended parameters (camera sharpness,
28 Get and set the extended parameters of the motion eye camera.
/OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-uclibcgnueabihf/
HDlibrkmuxer.so_ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize __deregister_frame_info __register_frame_info strcmp strncmp fputs memcpy stderr rkmuxer_get_thumb_pos rkmuxer_init memset strlen rkmuxer_deinit free rkmuxer_write_common rkmuxer_write_video_frame malloc ...
HDlibrkdemuxer.so_ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize __deregister_frame_info __register_frame_info calloc memcpy strcmp rkdemuxer_init malloc memset rkdemuxer_get_param strlen rkdemuxer_read_packet_start pthread_create prctl rkdemuxer_read_packet_stop pthread_join rkdemuxer_deinit ...
/OK3568_Linux_fs/external/common_algorithm/misc/lib/arm-rockchip830-linux-gnueabihf/
HDlibrkmuxer.so__gmon_start__ _ITM_deregisterTMCloneTable _ITM_registerTMCloneTable __cxa_finalize strcmp strncmp fputs memcpy stderr rkmuxer_get_thumb_pos rkmuxer_init memset strlen rkmuxer_deinit free rkmuxer_write_common rkmuxer_write_video_frame malloc rkmuxer_write_audio_frame ...
/OK3568_Linux_fs/external/xserver/hw/dmx/input/
H A Ddmxmotion.c38 * for motion buffers for extension devices, and are \a not compatible
52 /** Return size of motion buffer. \see DMX_MOTION_SIZE */
60 * the events in the motion history that are between the start and stop
103 /** This routine adds an event to the motion history. A similar
H A Ddmxconsole.c372 DMXDBG4("Ignoring motion to %d %d after leave frm %d %d\n", in dmxConsoleUpdateFineCursor()
402 DevicePtr pDev, dmxMotionProcPtr motion, in dmxConsoleMoveAbsolute() argument
415 motion(pDev, v, 0, 2, DMX_ABSOLUTE_CONFINED, block); in dmxConsoleMoveAbsolute()
421 DevicePtr pDev, dmxMotionProcPtr motion, in dmxConsoleMoveRelative() argument
431 motion(pDev, v, 0, 2, DMX_RELATIVE, block); in dmxConsoleMoveRelative()
435 /** This routine gets called from #dmxCoreMotion for each motion. This
479 * events on the server event queue using the \a motion and \a enqueue
485 dmxMotionProcPtr motion, in dmxConsoleCollectEvents() argument
569 priv->mou, motion, block); in dmxConsoleCollectEvents()
586 priv->mou, motion, block); in dmxConsoleCollectEvents()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/
H A Dregs-mfc.h60 /* vertical neighbor motion vector */
64 /* H264 motion vector */
70 /* upper neighbor motion vector */
72 /* subseq. anchor motion vector */
110 /* upper motion vector */
122 /* upper motion vector */
128 /* upper motion vector */

12345678910>>...20