The Following 9 Users Say Thank You to qole For This Useful Post: | ||
![]() |
2008-04-11
, 23:32
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#2
|
![]() |
2008-04-11
, 23:47
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#3
|
![]() |
2008-04-12
, 00:00
|
|
Posts: 282 |
Thanked: 69 times |
Joined on Dec 2007
@ Penniless Park, Fla.
|
#4
|
![]() |
2008-04-12
, 00:16
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#5
|
I think the video recorded with mencoder looks better than the video recorded with Videocamera. This is probably because the frame dimensions are 320x240. But the HQ recording comes at a cost; I can't seem to compress it on-the-fly, hence the monster file size.
The Videocamera app has audio, but there is no way to change any of the settings (codec, compression level, etc), and so I would like to find a technique for recording video that lets me choose the compression etc. Also, the audio doesn't synch properly on files from the Videocamera app.
I would also like to get VLC compiled with V4L2 support, because it worked for streaming WMV video from the built-in camera with OS2007 in the Peekaboo project...
![]() |
2008-04-12
, 00:19
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#6
|
![]() |
2008-04-12
, 00:26
|
|
Posts: 708 |
Thanked: 125 times |
Joined on Jan 2007
@ Too Close To D.C
|
#7
|
anyone else notice that the camera on the N800 no longer auto flips the image when turned around?
![]() |
2008-04-12
, 00:45
|
|
Posts: 1,076 |
Thanked: 176 times |
Joined on Mar 2007
|
#8
|
![]() |
2008-04-12
, 01:37
|
Posts: 99 |
Thanked: 17 times |
Joined on Mar 2008
|
#9
|
![]() |
2008-04-12
, 04:57
|
|
Moderator |
Posts: 7,109 |
Thanked: 8,820 times |
Joined on Oct 2007
@ Vancouver, BC, Canada
|
#10
|
motion detector?
works fine on my os2007 n800...
I have customized the [motion] binary to overcome some issues with V4L2 on the N800 (buffer read errors), and modified the motion.conf to accomodate for the N800 (hur offset, capture delay to give minimum amount of errors, etc.)...
... the stream is motion jpeg...
The Following User Says Thank You to qole For This Useful Post: | ||
So I'll start things off with two hacks.
First, a method for turning your tablet into a very nice little "mirror," for checking if you got all the mustard off from around your mouth or whatever.
You will need mplayer-v4l from this blog post. Bundyo's MPlayer 1.0 rc2 from this thread works too, but it is noticeably slower, even though it is supposed to be optimized for the tablets.
Use the following command line:
Secondly, a camcorder!
If you get mencoder from Bundyo's post (linked above), you can record fairly decent, uncompressed video from the internal cam. Save it to a big flash card because it eats 140 MB per MINUTE. You will have to compress this after recording if you want to get the video down to a reasonable size....
Notes:
I have managed to do similar things using the gstreamer framework, but I haven't been too happy with the results. The two big benefits of using gstreamer instead of mplayer / mencoder are
EDIT: Here is my post explaining how to use GStreamer to record high-quality video and audio, along with an example. Note: audio sync is a problem.
I will keep experimenting, but I wanted to post in the hopes that other camera hackers would pitch in with some tips, and maybe someone could actually build a good video cam recorder using mencoder; after all, it supports h263 and other high-speed encoding codecs. I just haven't figured out the settings for encoding fast enough to keep up with the camera (I get about 5 seconds of 320x240 mpeg4 or wmv2 video before things fall too far behind and the file stops working).
Here is my post about taking a multi-frame averaged camera pic, good for low-light situations. It is followed by a link to an example.
Last edited by qole; 2008-04-20 at 01:06. Reason: Added link to GStreamer camcorder post, averaged pic.