CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - v4l2 jpg
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - v4l2 jpg - List
[
Linux-Unix
]
fpix-0.90.1.tar
DL : 0
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with \"make\". Then as root, install with \"make install\". Type \"modprobe finepix\" to load the module. userspace/ Type \"make\" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest. -Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver / Co. ntains the driver sources. Compile with "make" . Then as root. install with "make install." Type "modprobe fi nepix "to load the module. userspace / Type "mak e "to compile. fpix : test program, independant of the driver. Uses libusb to direc tly access the camera and capture a frame. saved under frame.jpg. Will not work if the driv er is loaded. fpixtest : test program. Uses V4L2 to capture an image. fpi x-stress-v4l2 : never ending (in theory) stress test derived fr om fpixtest.
Update
: 2008-10-13
Size
: 27.72kb
Publisher
:
毕胜
[
Linux-Unix
]
fpix-0.90.1.tar
DL : 0
Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/ Contains the driver sources. Compile with "make". Then as root, install with "make install". Type "modprobe finepix" to load the module. userspace/ Type "make" to compile. fpix: test program, independant of the driver. Uses libusb to directly access the camera and capture a frame, saved under frame.jpg. Will not work if the driver is loaded. fpixtest: test program. Uses V4L2 to capture an image. fpix-stress-v4l2: never ending (in theory) stress test derived from fpixtest. -Linux driver for FujiFilm FinePix digital cameras in PC-CAM (i.e. webcam) mode driver/Co. ntains the driver sources. Compile with "make" . Then as root. install with "make install." Type "modprobe fi nepix "to load the module. userspace/Type "mak e "to compile. fpix : test program, independant of the driver. Uses libusb to direc tly access the camera and capture a frame. saved under frame.jpg. Will not work if the driv er is loaded. fpixtest : test program. Uses V4L2 to capture an image. fpi x-stress-v4l2 : never ending (in theory) stress test derived fr om fpixtest.
Update
: 2025-02-17
Size
: 28kb
Publisher
:
毕胜
[
Internet-Network
]
v4l2_rtp_jpeg
DL : 0
v4l2 通过camera抓图,然后由rtp传输出去jpeg格式的图片。-v4l2 camera drawings through, then transfer out rtp jpeg format.
Update
: 2025-02-17
Size
: 102kb
Publisher
:
高超然
[
Special Effects
]
Cam-jpg
DL : 0
将V4L2摄像头 获取的图像转化成为jpg图像格式-To the V4L2 camera to obtain images into jpg image formats
Update
: 2025-02-17
Size
: 196kb
Publisher
:
李明
[
Embeded Linux
]
new_camera
DL : 0
使用v4l2编程,mjpeg格式采集摄像头数据并保存为jpg文件-v4l2 programing for mjpeg data from usb camera
Update
: 2025-02-17
Size
: 3kb
Publisher
:
ricky
[
USB develop
]
capture.tar
DL : 0
linux 下C语言运用V4L2开发的USB摄像头获取数据并生成JPG图片的程序,-V4L2 linux using C language development of USB camera to obtain data and generate JPG pictures of the procedure,
Update
: 2025-02-17
Size
: 92kb
Publisher
:
张稷勇
[
Embeded Linux
]
myCamera
DL : 0
在linux中利用v4l2提供的API采集camera图像数据,并存储为jpg格式的图片。-Capture the yuv camera data by using V4L2 api function and store as .jpg file.
Update
: 2025-02-17
Size
: 13kb
Publisher
:
wzq
[
Embeded Linux
]
luvcview-2015-06-26
DL : 0
修改版v4l2源码,支持pc及arm平台,可以生产jpg图片和avi视频。-Modified version v4l2 source to support the pc and arm platform, can produce avi jpg pictures and videos.
Update
: 2025-02-17
Size
: 196kb
Publisher
:
[
Picture Viewer
]
monitor2.0_jpeg2yuv_encbyx264
DL : 0
罗技c270摄像头调用V4L2采集不完整jpg(v4l2_uvc),添加标准哈夫曼表生成jpg图片(create_jpg),再利用tinyjpeg库内存解码jpg为标准I420(decode_jpg)。都是模块,有用的可以拿来用。我要成会员。-wo ying yu bu hao ,hai yao wo jia ying wen miao shu.zhe bu keng die me ...
Update
: 2025-02-17
Size
: 873kb
Publisher
:
李坤
[
Picture Viewer
]
camera
DL : 0
V4L2摄像头获取yuyv在转换成jpg格式-V4L2 camera Get yuyv conversion into jpg format
Update
: 2025-02-17
Size
: 12kb
Publisher
:
fangtingting
[
OpenCV
]
face
DL : 0
系统介绍:基于树莓派官方系统stretch 系统,系统内安装了opencv3.3.0以及 tensorflow1.1.0 。人脸识别门禁的代码在里面目录/home/pi/face。内安装了深度学习的案例。 程序启动说明:开机前连接树莓派摄像头或网络USB摄像头,网络摄像头无需下面的设置。如使用树莓派摄像头则在终端输入 sudo nano /etc/modules-load.d/modules.conf 在最后添加一行添加 bcm2835-v4l2 ctrl+O回车保存 ctrl+X退出编辑。重启sudo reboot之后就能正常调用了) 1. 连接网络wifi或者网线连接 2. 配置、测试树莓派摄像头是否连接正确 :打开终端terminal拍照测试raspistill -v -o test.jpg如果有预览画面则摄像头配置正确 3. 打开终端进入代码目录cd face运行代码sudo python main.py(opencv python face recogintion door)
Update
: 2025-02-17
Size
: 4.27mb
Publisher
:
嵌入式学习
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.