Getting Xbox 360 to work?

Questions about hardware, drivers and peripherals
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Bouncer

Getting Xbox 360 to work?

Post by Bouncer »

I used to have a cheap webcam that once worked in linux, I bought the xbox 360 camera to replace it, Anyway to get it to work in linux?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
proxima_centauri

Re: Getting Xbox 360 to work?

Post by proxima_centauri »

http://www.liamm.com/tech/xbox-live-vis ... -in-ubuntu

Perhaps that might be of assistance.
Bouncer

Re: Getting Xbox 360 to work?

Post by Bouncer »

Thanks for that link, I come across a problem when I'm doing this though

This is what I get

Code: Select all

 dpkg -i /mjpg-streamer_r64-1_i386.deb
dpkg: requested operation requires superuser privilege
proxima_centauri

Re: Getting Xbox 360 to work?

Post by proxima_centauri »

try

Code: Select all

sudo dpkg -i /mjpg-streamer_r64-1_i386.deb
Bouncer

Re: Getting Xbox 360 to work?

Post by Bouncer »

I tried that and got this

Code: Select all

dpkg: error processing /mjpg-streamer_r64-1_i386.deb (--install):
 cannot access archive: No such file or directory
Errors were encountered while processing:
 /mjpg-streamer_r64-1_i386.deb
proxima_centauri

Re: Getting Xbox 360 to work?

Post by proxima_centauri »

Try this step again with what i posted, the poster forget the b on .deb

Code: Select all

mkdir /home/username/uvcwork
cd /home/username/uvcwork
wget http://internap.dl.sourceforge.net/sourceforge/mjpg-streamer/mjpg-streamer_r64-1_i386.deb
sudo dpkg -i ./mjpg-streamer_r64-1_i386.deb
Bouncer

Re: Getting Xbox 360 to work?

Post by Bouncer »

Thanks I did that and it worked the next step then failed :evil:

Code: Select all

[code]mjpg_streamer -i "input_uvc.so -d /dev/video0 -f 15 -r 640x480" -o "output_http.so -p 8080 -w ./"
MJPG Streamer Version.: 2.0
 i: Using V4L2 device.: /dev/video0
 i: Desired Resolution: 640 x 480
 i: Frames Per Second.: 15
 i: Format............: MJPEG
ERROR opening V4L interface: No such file or directory
 Init v4L2 failed !! exit fatal 
 i: init_VideoIn failed
[/code]
proxima_centauri

Re: Getting Xbox 360 to work?

Post by proxima_centauri »

OK i think I found a better tutorial that is confirmed as working
http://ubuntuforums.org/showthread.php?t=283913&page=3
Post #27
Locked

Return to “Hardware Support”