# Export application with Video (webcam access) not working

**URL:** https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494
**Category:** Libraries
**Created:** [November 17, 2020, 4:56pm UTC](https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494 "2020-11-17T16:56:04Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![romano](https://avatars.discourse-cdn.com/v4/letter/r/f6c823/32.png) [@romano](https://discourse.processing.org/u/romano)
#### Post date: [November 17, 2020, 4:56pm UTC](https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494/1 "2020-11-17T16:56:04Z")

</div>

I made a small tool in Processing 3.5.4 that I would like to export as a standalone application on Windows 10 Home (v. 1909).  
If I leave out the webcam functionality, the app runs just fine, but as soon as I try to access the webcam, the app just starts with a gray screen and does nothing.

You can simply reproduce the problem by importing the Video Library, go to examples and open the Mirror example. The example runs just fine inside the editor, it can access the camera, shows the image, all good… but when you export the app and try to run it, it simple gets stucks with a gray screen.

Hope somebody has some ideas on what I can do to fix this issue.

Thanks!  
Romano

---

<div class="post-metadata">

### Author: ![swingly](https://avatars.discourse-cdn.com/v4/letter/s/919ad9/32.png) [@swingly](https://discourse.processing.org/u/swingly)
#### Post date: [December 3, 2020, 5:03am UTC](https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494/2 "2020-12-03T05:03:50Z")

</div>

Have the same problem here.  
Sketch works just good in IDE but gives a blank gray window while exported to be an application (windows 10).

But anything was fine in couple weeks ago.

---

<div class="post-metadata">

### Author: ![fmiramar0101101](https://avatars.discourse-cdn.com/v4/letter/f/db5fbb/32.png) [@fmiramar0101101](https://discourse.processing.org/u/fmiramar0101101)
#### Post date: [March 13, 2021, 7:53pm UTC](https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494/3 "2021-03-13T19:53:08Z")

</div>

Same here on Windows 10. I also tried this, but did not work…

> [@Processing can't find the camera - Video Libraries don't work](https://discourse.processing.org/t/processing-cant-find-the-camera-video-libraries-dont-work/25128):
>
> Hey! For some reason whenever I try an example from a library, it doesn’t work. It opens a gray window and after it freezers for a while and then reports an error. For example when I run GettingStartedCapture I get: Processing video library using GStreamer 1.16.2 There are no cameras available for capture. WARNING: no real random source present! When I try multiMarker from NyAR4psg: NyAR4psg/3.0.7;NyARToolkit/5.0.9 Processing video library using GStreamer 1.16.2 IllegalStateExceptio…

Which points as the solution to use this camera name:

```auto
new Capture(this, "pipeline:autovideosrc");

```

but no good results…

---

<div class="post-metadata">

### Author: ![neilcsmith](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/neilcsmith/32/144_2.png) [@neilcsmith](https://discourse.processing.org/u/neilcsmith)
#### Post date: [March 13, 2021, 9:03pm UTC](https://discourse.processing.org/t/export-application-with-video-webcam-access-not-working/25494/4 "2021-03-13T21:03:03Z")

</div>

Also see [Exporting Sketch With Movie Is Blank - #5 by neilcsmith](https://discourse.processing.org/t/exporting-sketch-with-movie-is-blank/27983/5)
