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
GUVCVIEW(1)						      General Commands Manual						       GUVCVIEW(1)

NAME
guvcview - GTK+ base UVC Viewer SYNOPSIS
guvcview DESCRIPTION
Guvcview is a simple GTK+ interface for capturing and viewing video from devices supported by the Linux UVC driver. It fully supports video4linux2 so it should work with any driver that supports this API, including the gspca driver. USAGE
guvcview [options...] OPTION
-?, --help Print help options --help-all Print all help options --help-gtk Print GTK+ options --version Print version number Aplication options: -v, --verbose Prints a lot of debug information -d, --device=VIDEO_DEVICE Video Device [default: /dev/video0] -a, --add_ctrls Exits after adding dynamic controls to the uvc driver (needs root/sudo) -o, --control_only Don't stream video (image controls only) -r, --capture_method=[1|2] Capture method (1-mmap (default) 2-read) -g, --config=FILENAME Configuration File -w, --hwd_acel=[1|0] Hardware accelaration: (enable(1) | disable(0)) -f, --format=FORMAT Video input format: mjpg | jpeg | yuyv | yvyu | uyvy | yyuv | yu12 | yv12 | nv12 | nv21 | nv16 | nv61 | y11p | grey | s501 | s505 | s508 | gbrg | grbg | ba81 | rggb | bgr3 | rgb3 | -s, --size=WIDTHxHEIGHT Resolution, default: 640x480 -i, --image=FILENAME Image File -c, --cap_time=TIME Time elapsed between image captures -m, --npics=NUMPIC Number of images to capture -n, --video=FILENAME Video File (capture from start) -t, --vid_time=TIME Video duration (in seconds) --exit_on_close Exits guvcview after closing video -j, --skip=N_FRAMES Number of inital frames to skip -p, --show_fps=[1|0] Print FPS on video Window: (enable(1) | disable(0)) -l, --profile=FILENAME Load profile AUTHOR
This manual page was written by Paulo Assis <pj.assis@gmail.com>, for the Debian GNU/Linux system (but may be used by others). Aug 2009 GUVCVIEW(1)