Questions tagged [imagestream]

9 questions
2
votes
2 answers

Can an OpenShift CronJob benefit from ImageStream?

I have my CronJob working fine without the use of an image stream. The job runs every 15 minutes and always pulls a tagged image, e.g. my-cron:stable. Since the image is always pulled and the schedule tells the cluster when to run my job, what do I…
pgpb.padilla
  • 2,318
  • 2
  • 20
  • 44
1
vote
1 answer

whats the difference - docker images vs openshift imagestreams?

Could someone explain what is openshift imagestream and how it differs from the regular docker image. I have gone through this (Understanding containers, images, and imagestreams) document but it does not explain much about imagestreams. I…
samshers
  • 1
  • 6
  • 37
  • 84
0
votes
0 answers

How to convert a Flutter CameraImage from a startImageStream() to PNG, JPG or Base64 String, REALLY FAST?

I have been using the Camera package to create a real-time face detection through a cameraController.startImageStream(), so i get a CameraImage image per frame. I need to send that frame in PNG, JPG or Base64 String format via WebSockets. I have…
0
votes
0 answers

context.drawImage() not working with local image stream

So i have a local image stream (through an eps32cam that streams images to a specific ip) that I then want to transfer to a canvas to display the RGB values. My problem is that other images work without problems only the images of the stream do not.…
Anonym
  • 1
  • 1
0
votes
0 answers

Issues creating an OpenShift Image-stream to a remote container repository

I am trying to create an image-stream resource within an Red Hat OpenShift cluster via the oc command line tool. The source image is contained within an IBM Cloud container repository based in the UK. I have tried to create the image-stream on two…
timd
  • 376
  • 1
  • 8
0
votes
1 answer

Trivy Scan with Openshift internal registry | how to authenticate against openshift registry with trivy

I am currently using the trivy scanner to scan images in the pipeline. This has worked very well until now. But recently it is necessary to scan the image from an internal Openshift registry. Unfortunately I have the problem that I do not know how…
0
votes
0 answers

Flutter- Android - App crash When Using faceDetector on imageStream

whenever I use the app with face detector in debug, profile, or release mode it works fine but when i build the app and install it then start it the app automatically close after the camera stream starts im using google_ml_kit: ^0.7.3 and camera:…
Iheb Briki
  • 236
  • 4
  • 6
0
votes
0 answers

Python FedEx Image Stream to Image

I am trying to automate my shipping process using the Python fedex module. I am using developer test credentials. The code to create my shipment can be seen here: import fedex from fedex.services.ship_service import FedexProcessShipmentRequest,…
Hayden Horan
  • 23
  • 1
  • 5
0
votes
0 answers

Create an image stream in python , similar to cv2.VideoCapture

I access a camera (Infratec Image IR 8310 which is a high-end infrared camera) using an SDK which internally uses a callback function to access the single frames. I now want to publish these images using some kind of stream, such that I can access…
mahax
  • 1
  • 2