Technical Challenges in Location-Aware Video Surveillance Privacy


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements UNIX and Linux RSS News Technical Challenges in Location-Aware Video Surveillance Privacy
# 1  
Old 12-20-2008
Technical Challenges in Location-Aware Video Surveillance Privacy

HPL-2008-213 Technical Challenges in Location-Aware Video Surveillance Privacy - Brassil, Jack
Keyword(s): GPS, CCTV, Camera, phone, privacy law
Abstract: Though designing, deploying and operating a video surveillance system in a public place is a relatively simple engineering task, equipping operational systems with privacy enhancing technology presents extraordinarily difficult technical challenges. We explore using mobile communications and locatio ...
Full Report

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

5 More Discussions You Might Find Interesting

1. War Stories

Useful one should be aware of

Today I was reading some posts/news in efytimes.com, in that I found one post useful post, and felt it's good to post here so that if any more such commands are there then we can discuss. Here is that useful post Some Malicious Linux Commands You Should Be Aware Of (3 Replies)
Discussion started by: Akshay Hegde
3 Replies

2. Shell Programming and Scripting

How to find a existing file location and directory location in Solaris box?

Hi This is my third past and very impressed with previous post replies Hoping the same for below query How to find a existing file location and directory location in solaris box (1 Reply)
Discussion started by: buzzme
1 Replies

3. What is on Your Mind?

What people should be aware of

I you haven't already see it yet, I just wanted to share with you the following video : How lobbies controls international organizations regarding Food/Health ... Dailymotion - NWO - Nouvel Ordre Mondial - Codex Alimentarius - Food Plan - une vidéo News & Politics What happen when fees come... (2 Replies)
Discussion started by: ctsgnb
2 Replies

4. Programming

Programming Challenges - A List

Lets start a list of programming challenges, and include a difficulty level for each program(easy, medium, or hard). Basiclly, you need to say what the program needs to do, any special features, whatever. Please post your files as an attachment, or host it and put a link to it, so to not spoil the... (28 Replies)
Discussion started by: Octal
28 Replies

5. Shell Programming and Scripting

Oracle surveillance script

Anyone who knows where I can find home made scripts that monitoring a oracle database ? Bourne, korn or perl scripts ..... monitoring processes and maybe tablespace and so on ... Thanks ! (2 Replies)
Discussion started by: sunguru
2 Replies
Login or Register to Ask a Question
pods::SDL::VideoInfo(3pm)				User Contributed Perl Documentation				 pods::SDL::VideoInfo(3pm)

NAME
SDL::VideoInfo - Video Target Information CATEGORY Core, Video, Structure SYNOPSIS
my $video_info = SDL::Video::get_video_info(); VideoInfo is only accessible "SDL::Video::get_video_info". This module only provides getters to the struct "SDL_VideoInfo". DESCRIPTION
This object is a read-only structure and is returned by "SDL::Video::get_video_info". It contains information on either the best available mode if called before "SDL::Video::set_video_mode" or the current video mode if called after "SDL::Video::set_video_mode". METHODS
hw_available $video_info->hw_available() # 1 if Hardware Accelerated Surfaces available Is it possible to create hardware surfaces ? wm_available $video_info->wm_available() # 1 if Window Manager available Is there a window manager available ? blit_hw $video_info->blit_hw() Are hardware to hardware blits accelerated ? blit_hw_CC $video_info->blit_hw_CC() Are hardware to hardware colorkey blits accelerated ? blit_hw_A $video_info->blit_hw_A() Are hardware to hardware alpha blits accelerated ? blit_sw $video_info->blit_sw() Are software to hardware blits accelerated ? blit_sw_CC $video_info->blit_sw_CC() Are software to hardware colorkey blits accelerated ? blit_sw_A $video_info->blit_sw_A() Are software to hardware alpha blits accelerated ? blit_fill $video_info->blit_fill() Are color fills accelerated ? video_mem my $video_mem = $video_info->video_mem(); Total amount of video memory in Kilobytes, should be accessed only if hw_available == 1, otherwise it is equal to 0 vfmt my $vd_pixel_format = $video_info->vfmt(); "SDL::PixelFormat" of the video device current_w, current_h $video_info->current_w(); $video_info->current_h(); Width and height of the current video mode, or of the desktop mode if "SDL_GetVideoInfo" was called before "SDL::Video::set_video_mode" (available since SDL 1.2.10) SEE ALSO
SDL::Video, SDL::PixelFormat AUTHORS
See "AUTHORS" in SDL. perl v5.14.2 2012-05-28 pods::SDL::VideoInfo(3pm)