examples-camera
examples-camera copied to clipboard
Small code snippets that show how to stream camera images to a Coral device.
### Description Hello, I am trying to get a monochrome camera to work with the camera example detect.py code. Specifically I have a See3CAM_CU55M grayscale camera I'm attempting to get...
### Description I am trying to direct an h264 DVR stream to /dev/video2 with the command below. `gst-launch-1.0 rtspsrc location="rtsp://admin:[email protected]:554/cam/realmonitor?channel=2&subtype=0" ! rtph264depay ! h264parse ! decodebin ! videoconvert ! video/x-raw,format=YUY2...
### Description Hi, I want to record into a single file the stream of 4 IP camera working in RTSP. I've already done it on a Jetson with this command...
### Description Hi , i try to use the classify_capture.py script in the example to take the Last frame from my usb camera , open a display and run a...
### Description I am trying to leverage the [gstreamer.py](https://github.com/google-coral/examples-camera/blob/master/gstreamer/gstreamer.py) pipeline definition to run inference on test MP4 data instead of via the /dev/video1 webcam. Looking at the [run_pipeline](https://github.com/google-coral/examples-camera/blob/master/gstreamer/gstreamer.py#L205) function, this...
Hello, I am having difficulty with this error and can't seem to diagnose it. I am a newcomer to this, so any help would be greatly appreciated. Goal: I have...
Hi guys, I have a coraldev board and coral camera, and how can I stream or save the video from gstreamer/detect.py samples to a file or stream to my desktop...
### Description I was running the last several days modifying opencv/detect.py for three usb cameras. All went well. I also modified it to just gather images with no inference. Grabbed...
### Description I have installed all the necessary dependencies mentioned in [Coral](https://coral.ai/docs/accelerator/get-started/#requirements) as well as the ones mentioned in the repo and I have updated all the existing dependencies to...