• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp17
r3wp115
total:132

results window for this page: [start: 1 end: 100]

world-name: r4wp

Group: #Red ... Red language group [web-public]
GrahamC:
9-Mar-2012
and no digital camera :)
Pekr:
7-Jun-2012
OpenCV binding coming, cool! I looked into the project several times 
- allows to have camera tracking implemented into your app ...
DocKimbel:
12-Feb-2013
François showed me a few nice demos done with that binding a couple 
of weeks ago when I visited him in Paris. He had some camera-controlling 
and image recognition demos done from Red(/System).
Pekr:
15-Feb-2013
I wonder, what is inside. What exactly measures your fingers in the 
space? It is not camera based, is it? So what kind of sensor does 
it have, and how is that they are so precise? I do own Kinect, but 
it is far from being so precise ...
DocKimbel:
15-Feb-2013
IIRC, it's sensible to ambient light, so it's probably camera-based 
(but probably not only).
Pekr:
15-Feb-2013
I think, after all those years, we could have what Carl envisioned 
with REBOL/Media :-), it will be just called - Red :-) Wrapping stuff 
like video playback, camera access, HW like accelerometers, gyroscopes, 
GPS, along with dialected simplicity, would be nice acomplischement 
...
Bo:
3-Apr-2013
Playing with Francois's OpenCV binding.  I get an error on Linux 
ARM when compiling his OpenCV camera test.  The error is:


./opencv-cam-test: symbol lookup error: ./opencv-cam-test: undefined 
symbol: atexit


I've looked through all the code for the OpenCV cam test, the OpenCV 
binding itself, related libraries and Red/System source and I can't 
find "atexit" anywhere.  Am I overlooking it?  Any ideas what code 
this message is coming from?
Arnold:
27-Jun-2013
I think Bo is comparing two camera images, always the same source,same 
size? Adapt Kaj's suggestion anyway, the check costs almost nothing 
and is worth the trouble.
Bo:
2-Jul-2013
For anyone interested, I just published a JPG in the Files section 
under Misc called MotionDetect.jpg showing real-time motion detection 
performed by the Raspberry Pi running Red/System.  The top two frames 
are the actual camera video (shot at dusk) and the bottom frame highlights 
the areas of motion.  Thanks in huge part goes to Kaj for helping 
me finish this first project!
Pekr:
1-Aug-2013
guys, is your project the surveilance camera related, or a newe stuff? 
As for the breakthrough - some kind of optimisation, or some important 
functionality, etc?
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
Geomol:
27-Nov-2012
I released a camera app for iPhone today.


The DRAW dialect of REBOL was used for all interface graphics. Also 
the presentation graphics was made using DRAW (except the actual 
photos, which were taken using the app). See:
http://niclasen.name/gcam.html


I like the results of the iPhone 4S and iPhone 5 smartphone images. 
It's hard to see, they're made with DRAW and not just photos.


GCam is waiting for review at Apple and will be available on the 
App Store typically within a week from now.
Group: Ann-Reply ... Reply to Announce group [web-public]
Henrik:
27-Nov-2012
typo: "choosen camera app" should be "chosen camera app"
Geomol:
27-Nov-2012
James, yes buttons are made with DRAW in REBOL. Also the shutter 
button, which I first took a picture of from my Nikon FM3A camera, 
and then modelled in DRAW from scratch by looking at the grayscale 
in the picture.
Geomol:
28-Nov-2012
Yes, JPEG can be compressed further. 85% JPEG is the 'standard' on 
the iPhone. Apple made some API, which gives 85% JPEG. The default 
camera app on the iPhone output 85% JPEG.
Gregg:
28-Nov-2012
 just point the camera in the decided direction
. "Decided" is odd there. Should it be "desired"?

GCam turn* on Automatic White Balance
 - *turns

The JPEG format is the common 85% JPEG for the iPhone.
 - This still sound to me like people use JPEG 85% of the time. 


Looks great John. Any further wordsmithing would be minor, maybe 
adding some prepositions and articles to make it sound more natural, 
but it's very good as it is.
Group: !REBOL3 ... General discussion about REBOL 3 [web-public]
AdrianS:
17-Dec-2012
The other frameworks I mentioned all have some extension mechanism 
to allow access to device sensors, camera, etc.
Group: Community ... discussion about Rebol/Rebol-related communities [web-public]
Maarten:
31-May-2013
I would want R3 on Android with GUI, GPS, Camera support. And R3 
64 bit Linux server side ("Core").

world-name: r3wp

Group: !AltME ... Discussion about AltME [web-public]
[unknown: 9]:
28-Feb-2005
There are soooooooooooooo many subtle issues with the web.  I'm playing 
with an internet camera right now, I get such odd results from it.
Kaj:
21-Mar-2006
Here's a bug, at least in the Linux version of the new AltME. I tried 
to upload some photos from a camera application, with names like 
DSC0123.JPG. Instead, AltME created extra files DSC0123.jpg with 
zero length and uploaded those
Group: I'm new ... Ask any question, and a helpful person will try to answer. [web-public]
Chris:
3-Jun-2007
In dialects, it is possible to order things as you wish.  In filtered-import.r, 
a rule can be followed by a condition message:

foo: integer! else "Not an integer!"


But that is limited to dialects.  In Rebol proper, you'd be limited 
to:

while [camera/memory-available?][capture-image]
or
until [capture-image camera/memory-full?]
Chris:
3-Jun-2007
until [capture-image camera/memory-full?] -- is an awkward construct.
Oldes:
3-Jun-2007
REBOL: while [camera/memory-available?][capture-image]

RUBY:    def go_crazy capture_image until @camera.memory_card_full? 
end
Chris:
3-Jun-2007
To be fair:

REBOL: while [camera/memory-available?][capture-image]
RUBY:     capture_image until @camera.memory_card_full?
Chris:
3-Jun-2007
Or:

REBOL: while [not camera/memory-card-full?][capture-image]
RUBY:   capture_image until @camera.memory_card_full?
Group: Linux ... [web-public] group for linux REBOL users
Anton:
9-Jul-2010
Yes, I was thinking I'd try filming it with my camera next.  (--> 
Dinner time)
Group: AGG ... to discus new Rebol/View with AGG [web-public]
PhilB:
9-Jun-2007
On my laptop .... I would gues about 5 frames a second ..... depending 
on how near the surface is to the camera.
Group: Web ... Everything web development related [web-public]
Pekr:
4-Apr-2006
Hi ... I have following task to acomplish ..... my friend who is 
doing college in archeology, is working on her thesis. Part of the 
thesis are images of various ancient goods. So we've got photos from 
our digital camera. I will produce small View script, which will 
allow her to enter comments for each image. Now I want to do a template 
(table?), with various layouts, mainly two images per A4 page plus 
comments under each of those images. Can I influence table cell size? 
My past experience was, that the cell got resized according to image. 
Are there also various methods, how to "stretch" the image in cell? 
thanks a lot for pointers ...
Geomol:
28-Dec-2009
Many of the problems arise, because designers/developers/programmers 
try to make html do, what it wasn't supposed to do in the first place.


When making a movie, one might start out by drawing a storyboard. 
Later in the process, a camera is used to shoot some film, and in 
the end a story is told, that may or may not be close to the original 
storyboard. But it works, because the final output (images within 
a frame) is the same kind of thoughts that goes into creating the 
storyboard (images within a frame).


Designers think in the line of the final output, but html isn't wysiwyg, 
and the html technology might not be well suited for the ideas, the 
designer has. So problems arise. ... Or something. ;-)
Group: DevCon2005 ... DevCon 2005 [web-public]
Gabriele:
20-Apr-2005
i wanted to record to tape too, however that would mean changing 
the tape every 60 min, i.e. stopping the stream every 60 mins. if 
we manage to have two cameras this time, we won't have this problem. 
i'll record to tape and another camera will be used for the stream.
Gabriele:
20-Apr-2005
also, while the stream camera would mainly point to the screen, the 
recording camera would point mainly to the speaker, since with minimal 
editing you can just make a screenshot of the slides and insert them 
in the video at the appropriate places.
JaimeVargas:
7-Jul-2005
As I said the problems we have last time were not related to our 
broadcasting or encoding format. It was due to our physical instruments 
(camaras, mics, and camera man).
JaimeVargas:
7-Jul-2005
I'm for sure not the best camera man. Setting the QT stuff was straight 
forward, but the decision goes to Gabriele. He may have access to 
more PCs than Macs. But I know *Will* has offer to setup the QT broadcasting 
stuff.
Gabriele:
8-Jul-2005
we had two problems with QT last year: first one, on the first speech 
the audio codec was not set up correctly. this was fixed later on. 
second, we had to resort using the mic on the camera (which is a 
cheap camera after all...), and of course the lighting in the room 
was not good at all for a camera (it was dark to allow us to see 
the slides)
Gabriele:
8-Jul-2005
if Jaime can bring his laptop this year too, i think we can still 
use QT as it was already proven to work. also, if we manage to have 
a second camera, i'd like to have a high quality recording (on tape 
maybe) that can be encoded later for best quality.
eFishAnt:
8-Jul-2005
I only brought 1 tripod, and I should have brought 2.  So the camera 
I had, I had to hand-hold, and with the Hotel coffee, my hands were 
shakey...;-)
Gabriele:
6-Aug-2005
battery is discharging on the camera. need to attach it to power 
line.
Gabriele:
6-Aug-2005
from a DV (firewire camera) source the only thing working out of 
the box is QT on MacOS
JaimeVargas:
8-Aug-2005
Try focusing the camera on the poster. From far it should reflect 
what people will see when focusing on the projector.
Gabriele:
20-Sep-2005
yeksoon: yes there will, i plan to have it "public" as soon as the 
conference start. i will continue doing tests in the next few days. 
i also found a P2P video streaming solution (SopCast), but it is 
only available on windows and i haven't had any chance to test it 
with my camera yet.
Gabriele:
24-Sep-2005
nope, same camera.
Henrik:
25-Sep-2005
except for sound and camera, this could be done easily in REBOL
Kaj:
25-Sep-2005
But that's the point, we need sound and camera, and better platform 
integration
Group: rebcode ... Rebcode discussion [web-public]
Pekr:
24-Oct-2005
you know, when we originally developed high-end astronomy CCD camera, 
it returns you per-pixel value of 1 to 65535, according of how much 
current counts in the individual pixels ... you ten need to convert 
it to image, so you have to get minimu,maximum, and divide it into 
256 zones .... when I did it using plain rebol, it was painfully 
slow. Imagine having lucrative in-camera ethernet + ip, downloading 
image using rebol in 1 sec or so, and then waiting 19 secs tojust 
view the image :-) If we would do this device nowadays, with Rebcode, 
I believe I would not hesistate to use rebol for all operations ....
Pekr:
24-Oct-2005
even big SBIG used parallel port back in the time we used ethernet. 
The sad thing is - no money, no music ... 4 ppl working part-time 
can't beat 80 full-time workers. But we did, for ourselves - I have 
our camera in my table ;-) And we build quite a few telescopes - 
REBOL is COOL for astronomy - dialects etc. wow ... the thing is, 
if it would be adopted ....
Volker:
1-Dec-2005
Cool: IMHO the priority should be on moving camera now. And some 
support for collisions, maybe only in 2d-space. Idea: some kind of 
3d-icons. I can live with colored pyramids and some text, but i need 
to move.
Rebolek:
1-Dec-2005
Volker: there's camera code, but there's probably bug in invert matrix 
function so the camera does not work right now. I'm trying to find 
some informations on that topic and to fix it.
Rebolek:
2-Dec-2005
Just a small update: I've fixed matrix inversion so it's possible 
to move camera now. It's not possible to rotate camera but I'm working 
on it.
Group: Tech News ... Interesting technology [web-public]
Pekr:
17-May-2006
I am not sure it is true anymore, but we noticed it developing our 
ccd camera few years ago ... OS simply waits with ACK defined period 
of time or simply to receive second packet, then it confirm both 
.... Ethereal will give you an answer :-)
Henrik:
14-Jun-2006
http://graphics.stanford.edu/papers/lfcamera/<--- very interesting 
camera: take a picture, then choose the focus you want in the image.
Group: !REBOL3-OLD1 ... [web-public]
Gabriele:
11-May-2006
lol, we should ask carl to keep a video camera in is studio maybe 
;)
Group: Postscript ... Emitting Postscript from REBOL [web-public]
Graham:
22-Apr-2006
the image there was loaded off a camera
Group: DevCon2007 ... DevCon 2007 [web-public]
Gabriele:
24-Apr-2007
i think i will be bringing my camera, and i can shoot some videos, 
not sure i'll have the time to edit and publish them immediately 
though. i hope the organization didn't forget about creating videos 
:)
Terry:
10-May-2007
Camera's on it's side.. that nice.. can lie on the couch and watch 
;) (after midnight here)
Gabriele:
10-May-2007
downloading my video from the camera...
[unknown: 9]:
10-May-2007
I have a really cool Logitech camera that tracks faces, all seemed 
good (and I use it all the time), but this time it all froze up.
[unknown: 9]:
10-May-2007
Have them turn the video camera towards the room (people)
Anton:
10-May-2007
camera wobblies
Ashley:
10-May-2007
Choppy video plus someones hand infront of camera = scary image ;)
Anton:
10-May-2007
Is that the camera ?
Pekr:
10-May-2007
it looks like camera is trying to focus?
Gabriele:
10-May-2007
there was a camera this morning so the morning sessions are recorded
Gabriele:
10-May-2007
nenad is telling me there is a camera for recordinng
btiffin:
10-May-2007
That one camera pan is shorting out a cable...
Henrik:
10-May-2007
could the camera be kept on the screen and whiteboard?
Geomol:
10-May-2007
Yes, camera on the screen/whiteboard is better than viewing that 
white jet engine at the right. Please! :-)
Geomol:
10-May-2007
Could we have the camera on the screen/whiteboard, please!?
Gabriele:
10-May-2007
the camera operator is not on altme :)
Volker:
10-May-2007
Cannon fodder? camera hit?^^
Pekr:
10-May-2007
hey, I just eat too, so carefull with the camera :-)
Pekr:
11-May-2007
Sunanda - OK ... you know, we are eager for more info. I really thought 
Carl's slides will be released ;-) The camera is fine, but maybe 
I would prefer it zoomed on the slides to be able to read it, and 
to "just" hear Carl's voice in the background ...
[unknown: 9]:
11-May-2007
See correct....I have not connected teh camera
[unknown: 9]:
11-May-2007
Yeah, point the camera correclty.
Pekr:
11-May-2007
ah, camera refocusing once again ...
Terry:
11-May-2007
camera is trying to focus
Pekr:
11-May-2007
that must be some cheap shitty camera - we need Axis :-)
Terry:
11-May-2007
camera left plese
Graham:
11-May-2007
Why isn't the camera on the screen??
Henrik:
11-May-2007
graham, AFAIK the show is being recorded with another camera right 
next to this one
Henrik:
11-May-2007
dockimbel, right. there's no room for a camera crane in there
Henrik:
11-May-2007
btw. did anyone bring a camera to take pictures at the devcon? would 
make good press stuff.
[unknown: 9]:
11-May-2007
Time to point the camera at teh screen a littel.
Sunanda:
11-May-2007
sadly camera man not on altme so cannot respond to requests.
Gabriele:
11-May-2007
camera man says it won't focus
Graham:
11-May-2007
How about Max stand next to the screen ... and the camera can focus 
on Max and capture the screen as well??
Graham:
11-May-2007
I guess you can't focus a camera on Glass
Graham:
11-May-2007
Can someone try and get the camera to work in the lunch break guys???
Henrik:
11-May-2007
Graham, the camera guy does not speak english and is not online on 
AltME. I don't even know whether he is communicating with the rest 
of the team :-)
Graham:
11-May-2007
someone slip in and focus the camera for them
Henrik:
13-May-2007
ladislav, sorry to hear that. it was a bit difficult to make out 
what you said, and it didn't help that the camera hardly ever pointed 
at the screen.
PhilB:
13-May-2007
somebodydaid there was an iSight (apple) camera next to the stream 
camera.
Henrik:
18-Jun-2007
maxim, here's a good camera to use: http://www.red.com/
Maxim:
18-Jun-2007
my god that camera is a BEAST !!!  12 MPx  at 60 fps (60 FULL frames 
and in 12 bit RAW / per channel )
Henrik:
18-Jun-2007
yes, it's a pretty crazy camera. digital cinema photography is finally 
growing up.
Group: Games ... talk about using REBOL for games [web-public]
Maxim:
17-Jan-2007
I mean the camera's POV should alway be pointing outward of the planet.
Group: DevCon2008 (post-chatter) ... DevCon2008 [web-public]
Reichart:
9-Dec-2008
I suspect in exchange of a REAL devcon, most of us would be apt for 
a virtual one.  We need a GOOD way to allow one person to control 
a camera, and voice, and for others to be able to ask questions. 
 THen pass the cam on.
NickA:
11-Dec-2008
Hi James,


I've got 20 rooms set up already that I use to do live online music 
lessons on a daily basis.  I think the existing format of those rooms 
could work very well as they stand.  I'll create a special room just 
for Rebol Devcon.  I'd like to show you what I've got, to see if 
it'd work for your needs.  The audio/video conference software works 
on PC/Mac/Linux, in any browser that has a fairly recent version 
of the flash plugin installed (I believe version 6 onward will work 
- 8+ will definitely work).  Aside from flash, there's no installation 
required to use the system - just go to the designated web page. 
 It will allow anyone in the room to take turns jumping onto the 
mic/camera to speak (admin can ban unwanted users), there's a text 
chat, and I've got a really simple way of sharing screen shots already 
installed in the existing room setup.  It should take only a minute 
or 2 to show presenters how it works...


I've being doing daily live online music lessons as a part of my 
commercial music lesson business for the past 4.5 years, and this 
system is the most stable and simple that I'm aware of.  It'll work 
through just about any router/firewall configuration, and it's dead 
simple to use - visitors just go the url, and they'll hear and see 
the speaker.  If they want to be seen on camera and speak, they just 
need to have a web cam and microphone installed and working.  If 
flash is running in the browser, it'll work immediately, no download 
or installs to do.


There's a video that I send to students which explains a little about 
it:  

http://www.youtube.com/watch?v=_sx5qI0GWig


The online lesson page for my business, which has basic info about 
web cams, microphones, and headphones, is here:

http://rockfactory.us/OnlineLessons.html

Please let me know if you have any questions :)


> If someone will email me personally, I can start putting together 
some 

> suggestions about how to organize and manage the presentation. 
 I need

> to get an idea of what sort of software components will be needed: 

> white board, text chat, file sharing, 1-to-many/many-to-many video 

> conferencing, etc...  I'd also need to get a close estimate beforehand

> of the number of people attending, to make sure I prepare enough 

> bandwidth and available connections for the live event (If you'd 
like,

> I've got a little Rebol sign-up script that I use in my business 
to 

> let people sign up for events, you're welcome to use that if you'd 

> like, to help organize things).  Please let me know whenever you 
get a 
> chance!
>
> - Nick Antonaccoio
[unknown: 5]:
17-Dec-2008
Good to see him on camera today.
Sunanda:
28-Dec-2008
Thanks to everyone who made DevCon2008 a reality.
****
A couple of follow-up points:


-- How about doing an eDevCon twice a year, whether or not there 
is a physical one too.

-- And plenty more notice so some Devolunteers can help with with 
set-up and promotion.


-- Chris's presentation would have seriously benefited from some 
sort of screen reader / whiteboard system....A camera pointing at 
the screen was not ideal.
Chris:
28-Dec-2008
May have slipped off on the 'Live' group, but Nick suggested a screen-capture-as-a-camera-source 
product for Linux and Windows (though I used a Mac for my presentation...)
Reichart:
28-Dec-2008
Sunanda, agreed...

Basically there are for stream techs we need:

- Camera
- Computer screen
- Text
- Audio.

All of this needs to be captured.


Text is still BEST in AltME, it was designed for this, this is also 
a way to bring people into the fold.


Computer and Camera are not the same concept, since video is fine 
at 320x250 (even if stretched), while Computer needs to be exact. 
 


We still have some tweaking to do here, but this is coming together....
1 / 132[1] 2