We are using zope to control a linux server with movable cameras attached. We can control the cameras to pan and tilt and zoom. We have a java client which displays a map. Click on the map, and the Camera points at that spot. Or click on the image to move the camera in the desired direction. Is anyone else doing this kind of stuff. Is there any software out there I can buy or get for free? Is anyone interested in such software? I think Video is a hot market, but I would love to know more about this market. Regards Chris 1-510-740-6486 lozinski@openstepnews.com lozinski@jobmart.com
On Fri, Nov 08, 2002 at 02:18:30PM +0000, Toby Dickenson wrote:
On Friday 08 November 2002 1:34 pm, lozinski@jobmart.com wrote:
Is anyone else doing this kind of stuff.
We have some 'machine control' applications that that run under raw ZPublisher, not zope. nothing using video though.
We are beginning to embed realvideo streams in Zope pages, in fact we are even transmitting live now on the front page of our website : http://wwwmed.unice.fr/ in case you'd want to look. (because there's an official ceremony at 4p.m. french time in our Faculty) video is coupled with an irc applet (eirc) and both are "launched" by a small dtml method, I can send them to those who are interested. bye, Jerome Alet
Hi, we have and basic realvideo server (from real-networks) and are looking for way to combine them with zope for management purpose. Regards, Dirk
On Fri, Nov 08, 2002 at 04:12:14PM +0100, Dirk Datzert wrote:
we have and basic realvideo server (from real-networks) and are looking for way to combine them with zope for management purpose.
not tried anything like this, especially because we don't have Zope on the Real server (and currently don't want it) bye, Jerome Alet
Why cant it be run under Zope with external methods and a streaming media server separate from Zope itself, since the client has no idea whats coming in anyway. The way that would possibly work (I dont know if you can control devices using ports via external methods, but assuming you can) : 1. User clicks on a button or mapped section of the image. 2. Zope invokes an External Method that automagically moves the camera to new position. 3. Streaming or not, media server updates the component embedded in the page sent out to the client. Zope doesnt have to know or care about the streaming media server, and vice versa. Of course my primary assumption regarding the ext method and machine control could be wrong, but again assuming its not, why run it raw and not within Zope?? What is the problem with the abovementioned approach?? TIA AM Toby Dickenson wrote:
On Friday 08 November 2002 1:34 pm, lozinski@jobmart.com wrote:
Is anyone else doing this kind of stuff.
We have some 'machine control' applications that that run under raw ZPublisher, not zope. nothing using video though.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ==================================================================
Of course my primary assumption regarding the ext method and >machine control could be wrong, but again assuming its not, >why run it raw and not within Zope?? There is python legacy code. I think over time we will move it over to zope. Regards Chris
From: AM <list_subscriber@neurobs.com> Subject: Re: [Zope] Zope Video Server Date: Fri, 08 Nov 2002 11:34:55 -0800 To: Toby Dickenson <tdickenson@geminidataloggers.com> Cc: lozinski@jobmart.com, zope@zope.org Why cant it be run under Zope with external methods and a streaming media server separate from Zope itself, since the client has no idea whats coming in anyway. The way that would possibly work (I dont know if you can control devices using ports via external methods, but assuming you can) : 1. User clicks on a button or mapped section of the image. 2. Zope invokes an External Method that automagically moves the camera to new position. 3. Streaming or not, media server updates the component embedded in the page sent out to the client. Zope doesnt have to know or care about the streaming media server, and vice versa. Of course my primary assumption regarding the ext method and machine control could be wrong, but again assuming its not, why run it raw and not within Zope?? What is the problem with the abovementioned approach?? TIA AM Toby Dickenson wrote:
On Friday 08 November 2002 1:34 pm, lozinski@jobmart.com wrote:
Is anyone else doing this kind of stuff.
We have some 'machine control' applications that that run under raw ZPublisher, not zope. nothing using video though.
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
-- ================================================================== Aseem Mohanty Neurobehavioral Systems Inc, 828 San Pablo Ave, Albany, CA 94706 (R) 510 7696011 (M) 510 3014871 (O) 510 5279231 ================================================================== "I saw `cout' being shifted "Hello world" times to the left and stopped right there!!" -- Steve Gonedes ================================================================== Regards Chris 1-510-740-6486 lozinski@openstepnews.com lozinski@jobmart.com
You may want to take a look at: http://www.mmmanager.org Ausum ----- Original Message ----- From: <lozinski@jobmart.com> To: <zope@zope.org> Sent: Friday, November 08, 2002 8:34 AM Subject: [Zope] Zope Video Server
We are using zope to control a linux server with movable cameras attached.
We can control the cameras to pan and tilt and zoom.
We have a java client which displays a map. Click on the map, and the Camera points at that spot. Or click on the image to move the camera in the desired direction.
Is anyone else doing this kind of stuff. Is there any software out there I can buy or get for free? Is anyone interested in such software?
I think Video is a hot market, but I would love to know more about this market.
Regards Chris
1-510-740-6486 lozinski@openstepnews.com lozinski@jobmart.com
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (6)
-
AM -
Ausum Studio -
Dirk Datzert -
Jerome Alet -
lozinski@jobmart.com -
Toby Dickenson