Questions tagged [video-camera]

For questions regarding programmatic operation of video cameras.

10 questions
3
votes
2 answers

Selecting Menu Items with LibVisca

I have an application that controls cameras. Currently I am adding support for HD cameras using the Visca format. I'm using the LibVisca library to do the low level work. I have successfully added all of the features I need with the exception of the…
RHicke
  • 3,494
  • 3
  • 23
  • 23
2
votes
0 answers

Write IIDC video packets over FW bus

This is more of a general question than a specific, however I am looking for any input and advice. I'm looking to spoof an IIDC camera, packetize and stream uncompressed 2VUY video data over a firewire/1394 port to another machine. I've been able to…
vade
  • 21
  • 1
2
votes
3 answers

How can I get a list of camera devices from my PC C#

How can I get a list all of camera devices attached to my PC using USB (WebCams) but also the build in camera that the laptops have.
Devsined
  • 3,363
  • 6
  • 30
  • 48
1
vote
1 answer

How to switch frontface camera to backface camera via videojs-record for image capturing?

This works for video (With the code snippet camera changes to backface camera) videoPlayer.record().stopDevice(); videoPlayer.record().setVideoInput('backface-camera-device-id'); But analogically for image doesn't change anything. Camera still…
123
  • 2,169
  • 3
  • 11
  • 35
1
vote
3 answers

Android Default Video Camera Intent Opens Image Camera

I am trying to open the android default video camera from my app, using the following code: Intent intent = new Intent(MediaStore.ACTION_VIDEO_CAPTURE); startActivityForResult(intent, 1); But on my two phones (Samsung Note 2, and Google Pixel), it…
Userrrrrrrrr
  • 183
  • 3
  • 12
1
vote
1 answer

Windows Mobile Emulator camera integration

I'm using the nyartoolkit to put together an augmented reality application but I am new to Windows Mobile emulation. Can anyone help me understand how I can get live video into the mobile emulator? Is there any way to bridge to my web cam for…
user118457
  • 11
  • 2
1
vote
1 answer

Is this correct way to set up .plist for required device capability?

Will the following .plist entry PREVENT devices without a video camera from purchasing an app? Thank you.
Dev1345
  • 61
  • 1
  • 11
0
votes
1 answer

How to upload real time video to AWS S3 Bucket

I am trying to upload a real-time video stream from the video camera to the AWS S3 bucket. Here assuming that camera settings like target IP or domain are fully controllable. But I don't know how to implement this on AWS services. Any advice would…
ruslan
  • 37
  • 6
0
votes
1 answer

Control camera via Firewire

Some SONY Cameras have a FireWire interface. Is it possible to control any camera functions via FireWire using any FireWire SDK etc? Tape: record/stop, forward/rewind Lens: exposure, zoom, shutter speed, focus, white balance Other: effects…
Robin Rodricks
  • 110,798
  • 141
  • 398
  • 607
-1
votes
1 answer

Is there anyhow I can make pc camera concurrently accessible on windows?

By default subsequent references to the camera will fail if it's already in use. But is it possible to make the subsequent references read-only, but still can access the camera?
wamp
  • 5,789
  • 17
  • 52
  • 82