AMX AXB-F117 Stealth 1 Guia do Utilizador Página 1

Consulte online ou descarregue Guia do Utilizador para Câmaras de segurança AMX AXB-F117 Stealth 1. AMX AXB-F117 Stealth 1 User`s guide Manual do Utilizador

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 40
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 0
School of Computer Science and Software Engineering
Monash University
Bachelor of Computer Science (Honours) (1608)
Project Report 2000
Developing support systems for an interactive video wall
by
Russell Clarke 12278769
Supervisor: Prof. David Abramson
Vista de página 0
1 2 3 4 5 6 ... 39 40

Resumo do Conteúdo

Página 1 - Monash University

School of Computer Science and Software EngineeringMonash UniversityBachelor of Computer Science (Honours) (1608)Project Report 2000Developing support

Página 2 - Declaration of Originality

picture quality, and typically use a dedicated link so bandwidth isn’t shared with LANs and Internetconnections.The VideoWindow system (Fish 1990) use

Página 3

Users generally think of using videoconferencing systems as a telephone call, rather than actuallymeeting them face to face (Fish 1993, Cool 1992). Th

Página 4 - List of Figures

there is the equivalent of only one wire (the infra-red path through the air), which has the followingimplications: IrDA protocols send packets one wa

Página 5 - Contents

3 AimsThe video wall is currently on 24 hours a day, so that people can walk up to the wall, see if anyoneis in the room and start a conversation with

Página 6 - 1 Introduction

iewer’s field of view onlyamera’s and viewer’s field of viewideo walloomFigure 3: Field of view of camera and viewerFigure 4: Diagram of proposed vide

Página 7 - 2 Background Information

Adding infra-red transceivers together with software to transmit the data across the wall wouldallow people with notebook or handheld computers to tra

Página 8

• Video recording. After the video is transmitted through the link, and displayed at the otherlocation, it is lost. There are some circumstances, for

Página 9

Originally, three programs were going to be developed: program 1 would read from the serialport and send it to program 2, which would do a logical “an

Página 10

Figure 6: VidServer source files4.3 Videoconferencing Reciprocity ApplicationThe server application, VidServer, waits for incoming calls on a pre-speci

Página 11

Figure 7: VidClient source filesexcept for acknowledgement messages, which require the first command byte to contain 00, and thefollowing command bytes

Página 12

Declaration of OriginalityI, Russell Clarke, declare that this thesis is my own work and has not been submitted in any formfor another degree or diplo

Página 13

This function handles connection requests, and decides whether to accept a connection or not.The algorithm used here is straightforward. Two pointers

Página 14

Figure 8: VidServer main windowFigure 9: VidClient configuration windowsending data, disconnection from the server, whether the link is starting up or

Página 15

Figure 10: VidClient main window4.4 Infra-red Tunnelling ApplicationThe Visual C++ frameworks for the VidClient and VidServer applications were duplic

Página 16 - 4 Implementation

Figure 11: Two VidClient windowserrors that occur. Individual data buffers are not shown in the event list, as they are in VidClient,since these are ve

Página 17 - 4.2 Development

Figure 12: IRClient main windowdevices are not pointing directly at each other, or if the connection is temporarily broken by someonewalking in betwee

Página 18

Figure 13: IRServer main window4.6 Automatic SwitchingThe automatic switching application has been partially implemented, as part of the videoconferen

Página 19

4.7 Camera ControlOriginally, the camera had been mounted on the wall, but since the camera repositioning, it is nowset, recessed, in the wall. Some m

Página 20

5 Discussion5.1 Videoconferencing Reciprocity ApplicationThe videoconferencing reciprocity applications were the first part of the system to be develop

Página 21

5.2 Infra-red Tunnelling ApplicationDevelopment of the infra-red tunnelling applications has been difficult for a number of reasons. Theinfra-red transc

Página 22

Figure 14: Infrared Monitor control panel showing a connection to a deviceof a PalmPilot (this is “Tempura” in Figure 14), and “Extended Systems Infra

Página 23

AbstractVideoconferencing is being increasingly used for informal communication. An example of thisis Monash University’s School of Computer Science a

Página 24 - 4.5 Camera Position

Figure 15: Infrared Monitor control panel showing no devices in rangeHowever, IRServer and IRClient have been tested successfully with null modem conn

Página 25 - 4.6 Automatic Switching

5.4 ResponseSince the partial upgrading of the videoconferencing system, more use has been made of it. Recently,the weekly computer science seminars h

Página 26 - 4.8 Video Recording

6 Conclusions6.1 ReviewThis project has discussed the benefits of integrating new features to the existing videoconferencingsystem, and its aims, namel

Página 27 - 5 Discussion

VidServer and VidClient could be used as the basis for a central hub for controlling video walllinks. VidServer and VidClient could include a menu ite

Página 28

7 Appendices7.1 Appendix A. Source FilesThe complete source files for this project are available at:http://www.csse.monash.edu.au/~rwc/honsproject.zip7

Página 29

7.3 Appendix C. VidClient User’s GuideBefore launching VidClient, you may need to configure the "client.prf" file.The format of the "cl

Página 30

7.4 Appendix D. IRServer User’s GuideBefore launching IRServer, you may need to configure the "server.prf" file.The format of the "serv

Página 31 - 5.4 Response

7.5 Appendix E. IRClient User’s GuideBefore launching IRClient, you may need to configure the "client.prf" file.The format of the "clie

Página 32 - 6 Conclusions

8 References(Abramson 2000) http://www.csse.monash.edu.au/~davida/VirtualTeaRoom/(Actisys 2000) http://www.actisys.com/(Brookings 1999) Brookings Inst

Página 33

(Kraut 1994) Kraut, Robert E., Rice, Ronald E., Cool, Coleen and Fish, Robert E., “Life and Deathof New Technology: Task, Utility and Social Influences

Página 34 - 7 Appendices

List of Figures1 CSSE video wall . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 12 Diagram of current CSSE videoconferenc

Página 35

9 Glossary of TermsActisys Company who manufactures infra-red transceivers.ATM Asynchronous Transfer Mode, a low-latency, fast computer network.CSSE M

Página 36

Contents1 Introduction 12 Background Information 22.1 Uses for Videoconferencing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 22.2

Página 37

1 IntroductionAt Monash University’s School of Computer Science and Software Engineering (CSSE), videocon-ferencing systems have been installed at the

Página 38 - 8 References

2 Background Information2.1 Uses for VideoconferencingVideoconferencing allows users who are remote from each other to work and play cooperatively. Th

Página 39

2.2 Human Factors in Videoconferencing SystemsIn 1990, Fish et al. created the VideoWindow system (Fish 1990). This used a wide-screen projectorand mu

Página 40 - 9 Glossary of Terms

They analysed several live debate/interview television programmes, and came up with a systemthat automatically changed the camera view depending on a

Comentários a estes Manuais

Sem comentários