POV-Ray : Newsgroups : povray.general : calculate photocell output instead of camera image Server Time
5 Aug 2024 16:09:37 EDT (-0400)
  calculate photocell output instead of camera image (Message 1 to 5 of 5)  
From: Oliver Tilch
Subject: calculate photocell output instead of camera image
Date: 2 Sep 2002 09:54:56
Message: <3d736db0$1@news.povray.org>
Hi,

I intend to use a raytracer to simulate an optical system using a photocell
as sensor. Is it feasible to misuse the raytracer to get  photocell output
values for defined scenes, rather than camera images? How can it be done
with Povray?

cheers,
OT


Post a reply to this message

From: ingo
Subject: Re: calculate photocell output instead of camera image
Date: 2 Sep 2002 13:22:28
Message: <Xns927DC5CF01ECFseed7@povray.org>
in news:3d736db0$1@news.povray.org Oliver Tilch wrote:

> Is it feasible to misuse the raytracer to get  photocell output
> values for defined scenes, rather than camera images?

Oliver,

I'm not quite sure I understand what you want to achieve, so here's wild 
guess on what could be done.

Assuming you have an optical system that is some kind of 
imaging/projection device and the light from it falls on the photocell. 
The photocell will give a voltage depending on the amount of energy it 
receives. 
If this is what you want to simulate, you can build the whole setup in 
POV-Ray, using photons. Instead of projecting on a photocell you project 
on a white plane. Now set up the camera to only render an image of the 
plane. You can average the brightness of all the pixels in the resulting 
image, that could be something comparable with a voltage from a 
photocell.
Note that POV-Ray does not simulate realistic, absolute, light 
intensities.

Ingo


Post a reply to this message

From: Kari Kivisalo
Subject: Re: calculate photocell output instead of camera image
Date: 2 Sep 2002 13:35:30
Message: <3D73A196.B680844@luxlab.com>
ingo wrote:
>
> If this is what you want to simulate, you can build the whole setup in
> POV-Ray, using photons.

This way you can simulate spot wavelengths. Well, sort of. And modify
ior/transmittance/reflectance per spectral sample. Then integrate
the output using the spectral response of the photocell.


_____________
Kari Kivisalo


Post a reply to this message

From: Oliver Tilch
Subject: Re: calculate photocell output instead of camera image
Date: 3 Sep 2002 02:53:22
Message: <3d745c62@news.povray.org>
Ingo,

thanks for the idea, this is what I am looking for. I am not worried about
absolute light intensities, as I just want to compare the simulated
photocell outputs for different changes in the optical system. Maybe, I have
to dig a  bit deeper into Povray theory to be prepared when I show my
results to a physician.

Cheers,
OT


"ingo" <ing### [at] homenl> schrieb im Newsbeitrag
news:Xns### [at] povrayorg...
> in news:3d736db0$1@news.povray.org Oliver Tilch wrote:
>
> > Is it feasible to misuse the raytracer to get  photocell output
> > values for defined scenes, rather than camera images?
>
> Oliver,
>
> I'm not quite sure I understand what you want to achieve, so here's wild
> guess on what could be done.
>
> Assuming you have an optical system that is some kind of
> imaging/projection device and the light from it falls on the photocell.
> The photocell will give a voltage depending on the amount of energy it
> receives.
> If this is what you want to simulate, you can build the whole setup in
> POV-Ray, using photons. Instead of projecting on a photocell you project
> on a white plane. Now set up the camera to only render an image of the
> plane. You can average the brightness of all the pixels in the resulting
> image, that could be something comparable with a voltage from a
> photocell.
> Note that POV-Ray does not simulate realistic, absolute, light
> intensities.
>
> Ingo


Post a reply to this message

From: Oliver Tilch
Subject: Re: calculate photocell output instead of camera image
Date: 3 Sep 2002 03:09:13
Message: <3d746019$1@news.povray.org>
Kari Kivisalo wrote:
> >
> > If this is what you want to simulate, you can build the whole setup in
> > POV-Ray, using photons.
>
> This way you can simulate spot wavelengths. Well, sort of. And modify
> ior/transmittance/reflectance per spectral sample. Then integrate
> the output using the spectral response of the photocell.

I understand, there are possibilites to incorporate the system's spectral
behaviour. This may become important in the 2nd or 3rd step of my
simulations. What do you mean by spot wavelengths?

OT


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.