NanoCamera icon indicating copy to clipboard operation
NanoCamera copied to clipboard

A simple to use camera interface for the Jetson Nano for working with USB and CSI cameras in Python.

Results 6 NanoCamera issues
Sort by recently updated
recently updated
newest added

**Bug Description** I have been using your nanocamera repository for interfacing my USB camera(Arducam IMX219) with Jetson nano. I checked if my OpenCV is correctly installed. It is correctly installed....

Hello, I have a project which is the following: On a jeston Nano, I have a CSI camera. I want to take one picture every 5s from this cam ,...

Hello, I m able to initialize the camera when using python 3.6 but it's not working with python 3.7 The error code I get from camera.hasError(), is : 1 =...

For the same USB camera, the following code is helpful to adjust the resolution. But the `nanocamera` can't. ```python capture = cv2.VideoCapture(3) if capture.isOpened(): capture.set(cv2.CAP_PROP_FRAME_WIDTH, 640) capture.set(cv2.CAP_PROP_FRAME_HEIGHT, 480) ```

After successfully installing your application on my Jetson Nano 2GB whenever I attempt to import the application I get this result: `Illegal instruction (core dumped)` - OS: Ubuntu 18.04 (Jetpack...

Make NanoCamera easier to use. Selecting camera type by entry attribute. Example: nano.USB, it means it named.