Screenshot instructions:
Windows
Mac
Red Hat Linux
Ubuntu
Click URL instructions:
Right-click on ad, choose "Copy Link", then paste here →
(This may not be possible with some types of ads)
You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(172) |
Jun
(145) |
Jul
(190) |
Aug
(189) |
Sep
(84) |
Oct
(177) |
Nov
(105) |
Dec
(149) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
(54) |
Feb
(52) |
Mar
(79) |
Apr
(87) |
May
(76) |
Jun
(61) |
Jul
(50) |
Aug
(72) |
Sep
(98) |
Oct
(46) |
Nov
(69) |
Dec
(45) |
2007 |
Jan
(92) |
Feb
(58) |
Mar
(75) |
Apr
(44) |
May
(41) |
Jun
(36) |
Jul
(28) |
Aug
(24) |
Sep
(42) |
Oct
(79) |
Nov
(72) |
Dec
(93) |
2008 |
Jan
(46) |
Feb
(74) |
Mar
(39) |
Apr
(40) |
May
(66) |
Jun
(58) |
Jul
(61) |
Aug
(58) |
Sep
(30) |
Oct
(62) |
Nov
(63) |
Dec
(47) |
2009 |
Jan
(50) |
Feb
(26) |
Mar
(60) |
Apr
(31) |
May
(36) |
Jun
(40) |
Jul
(59) |
Aug
(56) |
Sep
(28) |
Oct
(25) |
Nov
(19) |
Dec
(42) |
2010 |
Jan
(5) |
Feb
(42) |
Mar
(26) |
Apr
(46) |
May
(28) |
Jun
(49) |
Jul
(19) |
Aug
(38) |
Sep
(25) |
Oct
(28) |
Nov
(32) |
Dec
(18) |
2011 |
Jan
(51) |
Feb
(44) |
Mar
(20) |
Apr
(46) |
May
(51) |
Jun
(128) |
Jul
(95) |
Aug
(24) |
Sep
(19) |
Oct
(81) |
Nov
(7) |
Dec
(17) |
2012 |
Jan
(36) |
Feb
(38) |
Mar
(12) |
Apr
(14) |
May
(20) |
Jun
(15) |
Jul
(23) |
Aug
(54) |
Sep
(22) |
Oct
(65) |
Nov
(38) |
Dec
(34) |
2013 |
Jan
(35) |
Feb
(101) |
Mar
(94) |
Apr
(43) |
May
(37) |
Jun
(33) |
Jul
(55) |
Aug
(7) |
Sep
(61) |
Oct
(17) |
Nov
(95) |
Dec
(118) |
2014 |
Jan
(54) |
Feb
(55) |
Mar
(112) |
Apr
(27) |
May
(31) |
Jun
(4) |
Jul
(44) |
Aug
(39) |
Sep
(72) |
Oct
(73) |
Nov
(8) |
Dec
(23) |
2015 |
Jan
(35) |
Feb
(17) |
Mar
(12) |
Apr
(12) |
May
(29) |
Jun
(11) |
Jul
(79) |
Aug
(60) |
Sep
(101) |
Oct
(52) |
Nov
(23) |
Dec
(45) |
2016 |
Jan
(34) |
Feb
(67) |
Mar
(39) |
Apr
(11) |
May
(14) |
Jun
(25) |
Jul
(4) |
Aug
(147) |
Sep
(22) |
Oct
(42) |
Nov
(36) |
Dec
(39) |
2017 |
Jan
(21) |
Feb
(12) |
Mar
(40) |
Apr
(1) |
May
(22) |
Jun
(37) |
Jul
(44) |
Aug
(18) |
Sep
(23) |
Oct
(10) |
Nov
(9) |
Dec
(40) |
2018 |
Jan
(51) |
Feb
(82) |
Mar
(46) |
Apr
(22) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
1
|
2
(4) |
3
(5) |
4
(4) |
5
(5) |
6
|
7
(5) |
8
(1) |
9
(1) |
10
|
11
|
12
|
13
(1) |
14
(2) |
15
|
16
|
17
|
18
|
19
|
20
(2) |
21
|
22
|
23
|
24
|
25
|
26
(3) |
27
(6) |
28
(1) |
29
(2) |
30
(4) |
31
|
|
|
From: <yan@se...> - 2008-01-28 18:00:33
|
I have two ip cameras that stream mjpeg images over http. As the images are coming in, I'd like to rotate them 90 degrees so that they're portrait and then stick them together into a single composite image that's now lanscape. In other words: Camera1: 640x480 image stream Camera2: 640x480 image stream rotate each image: Camera1.jpg -> 480x640 Camera2.jpg -> 480x640 combine the two: composite.jpg -> 960x640 and stream the composite out as a http mjpeg stream to motion. Anyone know of any tools that can do this in real time? The two cameras stream at 20 fps and I don't have any control over that. --Yan |