# How to set up UVC support

**URL:** https://forums.openmv.io/t/how-to-set-up-uvc-support/968
**Category:** OpenMV Boards
**Created:** [October 25, 2018, 3:33pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968 "2018-10-25T15:33:42Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![rister](https://avatars.discourse-cdn.com/v4/letter/r/ecb155/32.png) [@rister](https://forums.openmv.io/u/rister)
#### Post date: [October 25, 2018, 3:33pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/1 "2018-10-25T15:33:42Z")

</div>

I came across this cool video:

[![](https://canada1.discourse-cdn.com/flex029/uploads/openmv1/original/2X/6/600220a8cd15feba47fd0f7c9afb5443fa708dc6.jpeg "UVC Webcam Support for your OpenMV Cam") ](https://www.youtube.com/watch?v=YmG7OJk7Efg)

This would be great since then maybe I can try using mjpg\_streamer to both monitor streams and to download frames if connected to my linux computer.

Does anyone know where reference material I can follow on how to set this up?

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [October 25, 2018, 5:28pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/2 "2018-10-25T17:28:57Z")

</div>

Hi, you just need to upload the uvc.bin image (Not sure if it’s released with the IDE yet). Note this will make OpenMV camera act as a UVC compatible cam (just like a standard webcam) you won’t be able to execute any scripts. If you want to revert to the default firmware, upload firmware.bin when the bootloader is running (green blinky).

---

<div class="post-metadata">

### Author: ![rister](https://avatars.discourse-cdn.com/v4/letter/r/ecb155/32.png) [@rister](https://forums.openmv.io/u/rister)
#### Post date: [October 25, 2018, 8:26pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/3 "2018-10-25T20:26:33Z")

</div>

Thanks for support but I tried uploading uvc.bin using bootloader and I can see the /dev/video0 now on my raspi3 but also when running guvcview now it doesn’t complain that not camera is attached but it still doensn’t run too. The program now just stops running at some point while never getting to the point where you can see an image or play with the controls.

This is a fresh new Raspi3 using the default OS you load using Noobs.

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [October 25, 2018, 8:59pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/4 "2018-10-25T20:59:28Z")

</div>

> [@](#):
>
> Thanks for support but I tried uploading uvc.bin using bootloader and I can see the /dev/video0 now on my raspi3 but also when running guvcview now it doesn’t complain that not camera is attached but it still doensn’t run too. The program now just stops running at some point while never getting to the point where you can see an image or play with the controls.
> 
> This is a fresh new Raspi3 using the default OS you load using Noobs.

Let me test this on RPi since this is a new feature it’s not tested enough (only tested it on Linux with guvcview).

---

<div class="post-metadata">

### Author: ![alainsanguinetti](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/alainsanguinetti/32/2556_2.png) [@alainsanguinetti](https://forums.openmv.io/u/alainsanguinetti)
#### Post date: [September 16, 2022, 3:35pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/5 "2022-09-16T15:35:11Z")

</div>

Hello,

I’m trying to load OPENMV4/uvc.bin using the ide (Ctrl+L) on a H7+ board but after loading, nothing happens and I have to use the bricked recovery procedure.

I can reproduce it several times

Also tried with OPENMV4P/uvc.bin same issue.

What am i doing wrong? I am new to this

Thanks,

Alain

---

<div class="post-metadata">

### Author: ![iabdalkader](https://yyz1.discourse-cdn.com/flex029/user_avatar/forums.openmv.io/iabdalkader/32/1169_2.png) [@iabdalkader](https://forums.openmv.io/u/iabdalkader)
#### Post date: [September 16, 2022, 5:21pm UTC](https://forums.openmv.io/t/how-to-set-up-uvc-support/968/6 "2022-09-16T17:21:20Z")

</div>

You have to use the right firmware for your board, and when it’s loaded the camera should show up as a new UVC/camera. Note not all software support it, guvcview is known to work with it.
