AMX AXB-F117 Stealth 1 Podręcznik Użytkownika

Przeglądaj online lub pobierz Podręcznik Użytkownika dla Kamery ochrony AMX AXB-F117 Stealth 1. AMX AXB-F117 Stealth 1 User`s guide Instrukcja obsługi

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 40
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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
Przeglądanie stron 0
1 2 3 4 5 6 ... 39 40

Podsumowanie treści

Strona 1 - Monash University

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

Strona 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

Strona 3

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 8

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

Strona 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

Strona 10

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

Strona 11

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

Strona 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

Strona 13

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

Strona 14

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

Strona 15

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

Strona 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

Strona 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

Strona 18

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

Strona 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

Strona 20

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

Strona 21

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

Strona 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

Strona 23

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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 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

Strona 34 - 7 Appendices

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

Strona 35

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

Strona 36

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

Strona 37

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

Strona 38 - 8 References

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

Strona 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

Strona 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

Komentarze do niniejszej Instrukcji

Brak uwag